summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-01-31 13:44:58 +0100
committerLaurenz <laurmaedje@gmail.com>2022-01-31 13:57:15 +0100
commitfa57d86ed981373b66804972147bf59cab920e6b (patch)
treeb1385f491f5102b1503f770f11e848a8f5b8c69e /tests/typ
parent8f37189d6fb2e3c75e4e6a168e1ae17c568fdc4c (diff)
Fix another parser bug
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/code/for.typ3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/typ/code/for.typ b/tests/typ/code/for.typ
index 02bd0a27..661079fe 100644
--- a/tests/typ/code/for.typ
+++ b/tests/typ/code/for.typ
@@ -94,6 +94,9 @@
// Error: 5 expected identifier
#for
+// Error: 7 expected identifier
+#for//
+
// Error: 5 expected identifier
{for}