checkpoint
authoradam <adam@megacz.com>
Wed, 14 Dec 2005 02:46:26 +0000 (21:46 -0500)
committeradam <adam@megacz.com>
Wed, 14 Dec 2005 02:46:26 +0000 (21:46 -0500)
darcs-hash:20051214024626-5007d-7d500cdb862dffabc21af662dd55f80107516bc3.gz

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