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