diff options
Diffstat (limited to 'tests/lang/typ/array.typ')
| -rw-r--r-- | tests/lang/typ/array.typ | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lang/typ/array.typ b/tests/lang/typ/array.typ index f80cc0cd..b17b722c 100644 --- a/tests/lang/typ/array.typ +++ b/tests/lang/typ/array.typ @@ -19,13 +19,13 @@ , #003 ,)} -// Error: 3-3 expected closing paren +// Error: 3 expected closing paren {(} // Error: 2-3 expected expression, found closing paren {)} -// Error: 2:4-2:4 expected comma +// Error: 2:4 expected comma // Error: 1:4-1:6 expected expression, found end of block comment {(1*/2)} @@ -36,7 +36,7 @@ {(,1)} // Missing expression makes named pair incomplete, making this an empty array. -// Error: 5-5 expected expression +// Error: 5 expected expression {(a:)} // Named pair after this is already identified as an array. |
