X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=tests%2Fregression.tc;h=7d170e08abd35d07dabacfcdb6fdd80ea04c17e8;hp=f0815a8971ed8f9766b9685c74315898f0a29fb8;hb=ebb5fe5647046306f415e31e4967b23169c9004e;hpb=08aa6cdd07a882fdedf7a6d5c7bd0d754460965b diff --git a/tests/regression.tc b/tests/regression.tc index f0815a8..7d170e0 100644 --- a/tests/regression.tc +++ b/tests/regression.tc @@ -19,23 +19,6 @@ // s ::= () => s0 //} -tibcase { - input -" - hello - there - how - { are } -"; - output "yep:{are}"; - - s ::= { Hello } => "yep" - w ::= " " | "\n" - ws !::= w** - Hello ::= "hello" ws { "there" "how" { "are" } } -} - - testcase { input "ab c"; output "1:{{a b} {c}}";