| 
				
			 | 
			
			
				@@ -13,9 +13,9 @@ dogfood: 
			 | 
		
	
		
			
			| 
				13
			 | 
			
				13
			 | 
			
			
				 test: $(TESTS) 
			 | 
		
	
		
			
			| 
				14
			 | 
			
				14
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				15
			 | 
			
				15
			 | 
			
			
				 $(TESTS): 
			 | 
		
	
		
			
			| 
				16
			 | 
			
				
			 | 
			
			
				-	python2 ./cdiff.py tests/$@.diff 
			 | 
		
	
		
			
			| 
				17
			 | 
			
				
			 | 
			
			
				-	python2 ./cdiff.py tests/$@.diff -s 
			 | 
		
	
		
			
			| 
				18
			 | 
			
				
			 | 
			
			
				-	python2 ./cdiff.py tests/$@.diff | diff -u tests/$@.diff - 
			 | 
		
	
		
			
			| 
				
			 | 
			
				16
			 | 
			
			
				+	./cdiff.py tests/$@.diff 
			 | 
		
	
		
			
			| 
				
			 | 
			
				17
			 | 
			
			
				+	./cdiff.py tests/$@.diff -s 
			 | 
		
	
		
			
			| 
				
			 | 
			
				18
			 | 
			
			
				+	./cdiff.py tests/$@.diff | diff -u tests/$@.diff - 
			 | 
		
	
		
			
			| 
				19
			 | 
			
				19
			 | 
			
			
				 	python3 ./cdiff.py tests/$@.diff 
			 | 
		
	
		
			
			| 
				20
			 | 
			
				20
			 | 
			
			
				 	python3 ./cdiff.py tests/$@.diff -s 
			 | 
		
	
		
			
			| 
				21
			 | 
			
				21
			 | 
			
			
				 	python3 ./cdiff.py tests/$@.diff | diff -u tests/$@.diff - 
			 |