X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=tests%2Ftestcase.g;h=b42a4102d30258b559ccd888f0e7a71b487464eb;hp=d6656a25a7c4e277224ea92ee72fd67613d56a4d;hb=80602d89ede55b9ca1669b6222a1bf80fc0c41d2;hpb=f62d1e74be606b89f9bb2d088a5bddf2460c0f00 diff --git a/tests/testcase.g b/tests/testcase.g index d6656a2..b42a410 100644 --- a/tests/testcase.g +++ b/tests/testcase.g @@ -3,5 +3,6 @@ tests ::= test */ ws ws !::= w* test ::= ^"testcase" "{" input output +/ ws grammar "}" /ws | ^"testcase" "{" input grammar "}" /ws + | ^"tibcase" "{" input grammar "}" /ws output ::= "output" quoted ";" /ws input ::= "input" quoted ";" /ws