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