summaryrefslogtreecommitdiff
path: root/tests/lang/typ/block-invalid.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-02-17 23:07:28 +0100
committerLaurenz <laurmaedje@gmail.com>2021-02-18 15:06:00 +0100
commit84cdc85ca7494368e7ce2039fcef06ac2d3bd2ed (patch)
tree4820cfbd853fd3e98953f3a23aa398f29761ab53 /tests/lang/typ/block-invalid.typ
parente143fd36efaabfcfb42823fe5f7a25dd6de4a960 (diff)
Refresh parser 🌊
Diffstat (limited to 'tests/lang/typ/block-invalid.typ')
-rw-r--r--tests/lang/typ/block-invalid.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/typ/block-invalid.typ b/tests/lang/typ/block-invalid.typ
index 28874861..d98bf06b 100644
--- a/tests/lang/typ/block-invalid.typ
+++ b/tests/lang/typ/block-invalid.typ
@@ -20,7 +20,7 @@
// Error: 9-12 expected identifier, found string
for "v"
- // Error: 10 expected keyword `#in`
+ // Error: 10 expected keyword `in`
for v let z = 1 + 2
z