X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=tests%2Ftestcase.g;h=99a7925cdeb6930ede170ca31b1988451fa65955;hp=9e151760ac12a637528a4dd26c685d43372f874c;hb=52a970200c90043c7e99a77f29ea85f32753e804;hpb=8eaf1ed0aa03013b3547c183adfd9352f845073c 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