diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-07-09 10:50:25 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-07-09 10:50:25 +0200 |
| commit | 9950627789358b4d46c7fd8ba20d1428aee7bf01 (patch) | |
| tree | 9cad73f1f7abe6b6768575776d0c3cd1af8c6c33 /tests/typ/code/array.typ | |
| parent | 4fb58acafde3ca7020a980bd1e0a3585a47ca4f0 (diff) | |
Even shorter error annotations
Error annotations are now relative to the first following non-comment line.
Diffstat (limited to 'tests/typ/code/array.typ')
| -rw-r--r-- | tests/typ/code/array.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/code/array.typ b/tests/typ/code/array.typ index 002a792a..9e14bf16 100644 --- a/tests/typ/code/array.typ +++ b/tests/typ/code/array.typ @@ -24,8 +24,8 @@ // Error: 2-3 expected expression, found closing paren {)} -// Error: 2:4 expected comma -// Error: 1:4-1:6 expected expression, found end of block comment +// Error: 4 expected comma +// Error: 4-6 expected expression, found end of block comment {(1*/2)} // Error: 6-8 expected expression, found invalid token |
