7 lines
		
	
	
		
			157 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			157 B
		
	
	
	
		
			Factor
		
	
	
| 
								 | 
							
								USING: sorting.human tools.test ;
							 | 
						||
| 
								 | 
							
								IN: sorting.human.tests
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								\ human-sort must-infer
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[ { "x1y" "x2" "x10y" } ] [ { "x1y" "x10y" "x2" } human-sort ] unit-test
							 |