X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=tests%2Fregression.tc;h=0d4b8d405e17e6b071beec1d48d00f87a2e82c58;hp=ce43a849d6efb8280361e4786bf4494d7e5cc234;hb=50ff66e926f981a5b3716f218ad24603c2a12e3f;hpb=6bee7f519f499a92a92a459fd2c903d85de0759c diff --git a/tests/regression.tc b/tests/regression.tc index ce43a84..0d4b8d4 100644 --- a/tests/regression.tc +++ b/tests/regression.tc @@ -25,14 +25,14 @@ tibcase { hello there how - { are } + { are } "; output "yep"; s ::= { Hello } => "yep" w ::= " " | "\n" ws !::= w** - Hello ::= "hello" ws { "there" "how" { { "are" } } } + Hello ::= "hello" ws { "there" "how" { "are" } } } testcase {