checkpoint
[sbp.git] / tests / testcase.g
index 99a7925..d6656a2 100644 (file)
@@ -1,5 +1,5 @@
 ts       ::= ws tests ws => ts
-tests    ::= test %% ws
+tests    ::= test */ ws
 ws       !::= w*
 test     ::= ^"testcase" "{" input output +/ ws   grammar "}" /ws
            | ^"testcase" "{" input                grammar "}" /ws