 f1b75fbaf1
			
		
	
	f1b75fbaf1
	
	
	
		
			
			For the test case "matches to end of line", extend the pattern by a few wildcards so that the pattern captures the "RIGHT" token, which is needed for verification, without mentioning it in the pattern. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			120 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			120 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| public class RIGHT_Beer
 | |
| {
 | |
| 	int special;
 | |
| 	public static void main(String args[])
 | |
| 	{
 | |
| 		System.out.print("ChangeMe");
 | |
| 	}
 | |
| }
 |