mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
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>
8 lines
120 B
Text
8 lines
120 B
Text
public class RIGHT_Beer
|
|
{
|
|
int special;
|
|
public static void main(String args[])
|
|
{
|
|
System.out.print("ChangeMe");
|
|
}
|
|
}
|