From 52a970200c90043c7e99a77f29ea85f32753e804 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 13 Dec 2005 21:44:16 -0500 Subject: [PATCH] checkpoint darcs-hash:20051214024416-5007d-8c75b8a4e0fd96373bb642dedd9d856c5fe873e9.gz --- tests/testcase.g | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4