5 lines
		
	
	
		
			131 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			131 B
		
	
	
	
		
			Factor
		
	
	
|  | IN: strings.parser.tests | ||
|  | USING: strings.parser tools.test ;
 | ||
|  | 
 | ||
|  | [ "Hello\n\rworld" ] [ "Hello\\n\\rworld" unescape-string ] unit-test |