checkpoint
[sbp.git] / tests / regression.tc
index 28ca476..78d35e3 100644 (file)
@@ -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