X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=tests%2Fregression.tc;h=025500a348e1424ece9c0c1a5b8f5d8438935a12;hp=a2492864eb53bd14065ef9d8fd4f6c00e09eff40;hb=842f3c9b981b35721bb50d49e85c11085b2040a3;hpb=72cc02d0f08922a98b9f2139e814b6c33b275a43 diff --git a/tests/regression.tc b/tests/regression.tc index a249286..025500a 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}}";