checkpoint
[sbp.git] / tests / testcase.g
index 0d0dd29..920717e 100644 (file)
@@ -1,6 +1,7 @@
-ts       ::= ws test*/ws ws => ts
-ws      !::= w*
-test     ::= ^"testcase" "{" input output+/ws   Grammar "}" /ws
-           | ^"testcase" "{" input              Grammar "}" /ws
-output   ::= "output" quoted ";" / ws
-input    ::= "input"  quoted ";" / ws
+ts       ::= ws tests ws => ts
+tests    ::= test %% ws
+ws       !::= w*
+test     ::= ^"testcase" "{" input output+/ws   grammar "}" /ws
+           | ^"testcase" "{" input              grammar "}" /ws
+output   ::= "output" quoted ";" /ws
+input    ::= "input"  quoted ";" /ws