diff options
Diffstat (limited to 'tests/typ/code/block-invalid.typ')
| -rw-r--r-- | tests/typ/code/block-invalid.typ | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/typ/code/block-invalid.typ b/tests/typ/code/block-invalid.typ index d98bf06b..ba3f02d3 100644 --- a/tests/typ/code/block-invalid.typ +++ b/tests/typ/code/block-invalid.typ @@ -7,8 +7,9 @@ {1u} // Should output `1`. -// Error: 3 expected semicolon or line break -{0 1} +// Error: 2:3 expected semicolon or line break +// Error: 1:4-1:5 cannot join integer with integer +{1 2} // Should output `2`. // Error: 2:12 expected semicolon or line break |
