summaryrefslogtreecommitdiff
path: root/t/t4018/custom2-match-to-end-of-line
diff options
context:
space:
mode:
Diffstat (limited to 't/t4018/custom2-match-to-end-of-line')
-rw-r--r--t/t4018/custom2-match-to-end-of-line8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/t4018/custom2-match-to-end-of-line b/t/t4018/custom2-match-to-end-of-line
new file mode 100644
index 0000000..f88ac31
--- /dev/null
+++ b/t/t4018/custom2-match-to-end-of-line
@@ -0,0 +1,8 @@
+public class RIGHT_Beer
+{
+ int special;
+ public static void main(String args[])
+ {
+ System.out.print("ChangeMe");
+ }
+}