summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/block.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-01-20 14:05:17 +0100
committerLaurenz <laurmaedje@gmail.com>2023-01-20 14:05:35 +0100
commitdd331f007cb9c9968605f8d3eaef8fb498c21322 (patch)
treef1b1490758ec53fd204724a325158d16c980d131 /tests/typ/compiler/block.typ
parent40561e57fbbc68becac07acd54a34f94f591f277 (diff)
Rewrite parser
Diffstat (limited to 'tests/typ/compiler/block.typ')
-rw-r--r--tests/typ/compiler/block.typ4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/typ/compiler/block.typ b/tests/typ/compiler/block.typ
index 7cf1f8be..7fb7738b 100644
--- a/tests/typ/compiler/block.typ
+++ b/tests/typ/compiler/block.typ
@@ -126,10 +126,12 @@
// Should output `3`.
{
- // Error: 7-10 expected identifier, found string
+ // Error: 6 expected identifier
+ // Error: 10 expected block
for "v"
// Error: 8 expected keyword `in`
+ // Error: 22 expected block
for v let z = 1 + 2
z