function old new delta parse_stream 3808 3821 +13 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
		
			
				
	
	
		
			5 lines
		
	
	
		
			38 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			38 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
for s in 	\
 | 
						|
a; do
 | 
						|
	echo "a:[$s]"
 | 
						|
done
 |