X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=tests%2Ftestcase.g;h=33c00b7ced65eca4535330defdf8516e6ed8cbc6;hp=b42a4102d30258b559ccd888f0e7a71b487464eb;hb=107df9a4aee6ba593b64d3bbe8b2efac84596cad;hpb=4dc71faf407682a3cf47b7f339056b97a3986119 diff --git a/tests/testcase.g b/tests/testcase.g index b42a410..33c00b7 100644 --- a/tests/testcase.g +++ b/tests/testcase.g @@ -3,6 +3,7 @@ tests ::= test */ ws ws !::= w* test ::= ^"testcase" "{" input output +/ ws grammar "}" /ws | ^"testcase" "{" input grammar "}" /ws + | ^"tibcase" "{" input output +/ ws grammar "}" /ws | ^"tibcase" "{" input grammar "}" /ws output ::= "output" quoted ";" /ws input ::= "input" quoted ";" /ws