checkpoint
[sbp.git] / tests / java.tc
diff --git a/tests/java.tc b/tests/java.tc
new file mode 100644 (file)
index 0000000..d9dcf69
--- /dev/null
@@ -0,0 +1,6 @@
+javacase {
+    input "1+1";
+    s    = Expr
+    Expr =       left:Expr ^"+" right:Expr
+         | num:: num:[0-9]+
+}
\ No newline at end of file