From: adam Date: Wed, 14 Dec 2005 02:44:16 +0000 (-0500) Subject: checkpoint X-Git-Tag: tag_for_25-Mar~572 X-Git-Url: http://git.megacz.com/?p=sbp.git;a=commitdiff_plain;h=52a970200c90043c7e99a77f29ea85f32753e804 checkpoint darcs-hash:20051214024416-5007d-8c75b8a4e0fd96373bb642dedd9d856c5fe873e9.gz --- diff --git a/tests/testcase.g b/tests/testcase.g index 9e15176..99a7925 100644 --- a/tests/testcase.g +++ b/tests/testcase.g @@ -1,7 +1,7 @@ ts ::= ws tests ws => ts tests ::= test %% ws ws !::= w* -test ::= ^"testcase" "{" input output $$ ws grammar "}" /ws - | ^"testcase" "{" input grammar "}" /ws +test ::= ^"testcase" "{" input output +/ ws grammar "}" /ws + | ^"testcase" "{" input grammar "}" /ws output ::= "output" quoted ";" /ws input ::= "input" quoted ";" /ws