diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-20 14:05:17 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-20 14:05:35 +0100 |
| commit | dd331f007cb9c9968605f8d3eaef8fb498c21322 (patch) | |
| tree | f1b1490758ec53fd204724a325158d16c980d131 /tests/typ/compiler/array.typ | |
| parent | 40561e57fbbc68becac07acd54a34f94f591f277 (diff) | |
Rewrite parser
Diffstat (limited to 'tests/typ/compiler/array.typ')
| -rw-r--r-- | tests/typ/compiler/array.typ | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/typ/compiler/array.typ b/tests/typ/compiler/array.typ index ccde8598..e01f8896 100644 --- a/tests/typ/compiler/array.typ +++ b/tests/typ/compiler/array.typ @@ -208,17 +208,16 @@ // Error: 3 expected closing paren {(} -// Error: 2-3 expected expression, found closing paren +// Error: 2-3 unexpected closing paren {)} -// Error: 4 expected comma // Error: 4-6 unexpected end of block comment {(1*/2)} // Error: 6-8 invalid number suffix {(1, 1u 2)} -// Error: 3-4 expected expression, found comma +// Error: 3-4 unexpected comma {(,1)} // Missing expression makes named pair incomplete, making this an empty array. |
