diff options
Diffstat (limited to 'tests/lang/typ/array.typ')
| -rw-r--r-- | tests/lang/typ/array.typ | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/lang/typ/array.typ b/tests/lang/typ/array.typ index b17b722c..c9383501 100644 --- a/tests/lang/typ/array.typ +++ b/tests/lang/typ/array.typ @@ -14,9 +14,8 @@ {(true, false)} // Multiple lines and items and trailing comma. -{("one" - , 2 - , #003 +{("1" + , #002 ,)} // Error: 3 expected closing paren |
