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