X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=tests%2Fregression.tc;h=6196b489c8ec134c32c9acf84395df4f17a8f561;hp=902d8528edaa2e6a364a1c9d8a80c657dee4fe83;hb=107df9a4aee6ba593b64d3bbe8b2efac84596cad;hpb=4dc71faf407682a3cf47b7f339056b97a3986119 diff --git a/tests/regression.tc b/tests/regression.tc index 902d852..6196b48 100644 --- a/tests/regression.tc +++ b/tests/regression.tc @@ -27,8 +27,9 @@ tibcase { how { are } "; + output "yep"; - s ::= { Hello } + s ::= { Hello } => "yep" w ::= " " | "\n" ws !::= w** Hello ::= "hello" ws { ws "there" ws "how" ws { { "are" } ws } }