6 lines
		
	
	
		
			133 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			133 B
		
	
	
	
		
			Factor
		
	
	
| 
								 | 
							
								IN: soundex.tests
							 | 
						||
| 
								 | 
							
								USING: soundex tools.test ;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[ "S162" ] [ "supercalifrag" soundex ] unit-test
							 | 
						||
| 
								 | 
							
								[ "M000" ] [ "M" soundex ] unit-test
							 |