t4018: convert java pattern test to the new infrastructure
Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
2d08413ba1
commit
dd4dc5c574
8
t/t4018/java-class-member-function
Normal file
8
t/t4018/java-class-member-function
Normal file
@ -0,0 +1,8 @@
|
||||
public class Beer
|
||||
{
|
||||
int special;
|
||||
public static void main(String RIGHT[])
|
||||
{
|
||||
System.out.print("ChangeMe");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user