14 lines
		
	
	
		
			252 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			252 B
		
	
	
	
		
			Factor
		
	
	
| 
								 | 
							
								USING: calendar tools.cal.private tools.test ;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								    "    October 2010    "
							 | 
						||
| 
								 | 
							
								} [
							 | 
						||
| 
								 | 
							
								    2010 10 10 <date> month-header
							 | 
						||
| 
								 | 
							
								] unit-test
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								    "                              2010                              "
							 | 
						||
| 
								 | 
							
								} [
							 | 
						||
| 
								 | 
							
								    2010 10 10 <date> year-header
							 | 
						||
| 
								 | 
							
								] unit-test
							 |