aboutsummaryrefslogtreecommitdiff
path: root/tests/27-left-recursion.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/27-left-recursion.sh')
-rw-r--r--tests/27-left-recursion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/27-left-recursion.sh b/tests/27-left-recursion.sh
index ec11cab..3472fb6 100644
--- a/tests/27-left-recursion.sh
+++ b/tests/27-left-recursion.sh
@@ -1,2 +1,2 @@
# Left recursion should work
-bp -p 'xys: (xys / `x) `y; xys => "{@0}"'
+bp '{xys: (xys / `x) `y; xys => "{@0}"}'