X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=tests%2Fregression.tc;h=78d35e3e99f8bb33d6ef9d091992e88b8afa42c7;hp=28ca476e643fa113eaa2774b4de6801107319c07;hb=f283ebfd51424e761bea2dd5b3042cf765ca9ee6;hpb=b318adb49d46a596314d7b7c0dd9f52681abb449 diff --git a/tests/regression.tc b/tests/regression.tc index 28ca476..78d35e3 100644 --- a/tests/regression.tc +++ b/tests/regression.tc @@ -348,13 +348,13 @@ testcase { s = Expr Expr = [0-9]++ - | Plus:: left:Expra "+" right:Expr + | Plus:: (left::Expra) "+" (right::Expr) Expra = Foo:: ("a" | "b") } testcase { input "aaaaa"; - s = top:: z q:"a"* z + s = top:: z (q::"a"*) z z = a:: "a" } \ No newline at end of file