diff options
Diffstat (limited to 'tests/typ/compiler/block.typ')
| -rw-r--r-- | tests/typ/compiler/block.typ | 4 |
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 |
