checkpoint
[sbp.git] / tests / testcase.g
index 75380bd..a7972a4 100644 (file)
@@ -1,4 +1,4 @@
-ts       ::= ws tests ws => ts
+ts       ::= !ws tests !ws => ts
 tests    ::= test */ ws
 ws       !::= w*
 test     ::= ^"testcase" "{" input output +/ ws   Grammar "}" /ws