diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-05-04 23:26:15 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-05-04 23:26:15 +0200 |
| commit | 1bca9ccecb9edb583a0a94bd3611147b66909ab9 (patch) | |
| tree | c9068332196eb754d65c6b51f124e39e91d3cd1a /tests/typ/code/dict.typ | |
| parent | 2a45650dcc87c3bf047adaf030fd392bbe9fbb5e (diff) | |
Improve diagnostics
Diffstat (limited to 'tests/typ/code/dict.typ')
| -rw-r--r-- | tests/typ/code/dict.typ | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/code/dict.typ b/tests/typ/code/dict.typ index 00c78c17..80097761 100644 --- a/tests/typ/code/dict.typ +++ b/tests/typ/code/dict.typ @@ -49,12 +49,12 @@ --- // Simple expression after already being identified as a dictionary. -// Error: 9-10 expected named or keyed pair, found expression +// Error: 9-10 expected named or keyed pair, found identifier {(a: 1, b)} // Identified as dictionary due to initial colon. -// Error: 4-5 expected named or keyed pair, found expression +// Error: 4-5 expected named or keyed pair, found integer // Error: 5 expected comma -// Error: 12-16 expected identifier or string +// Error: 12-16 expected identifier or string, found boolean // Error: 17-18 expected expression, found colon {(:1 b:"", true::)} |
