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, 2 insertions, 0 deletions
diff --git a/tests/27-left-recursion.sh b/tests/27-left-recursion.sh
new file mode 100644
index 0000000..ec11cab
--- /dev/null
+++ b/tests/27-left-recursion.sh
@@ -0,0 +1,2 @@
+# Left recursion should work
+bp -p 'xys: (xys / `x) `y; xys => "{@0}"'