summaryrefslogtreecommitdiff
path: root/tests/lang/typ/array.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-02-17 21:30:20 +0100
committerLaurenz <laurmaedje@gmail.com>2021-02-17 21:30:20 +0100
commit2f4dc99cec1c6fa33257dea91ab3bcd99b1cbdf5 (patch)
treeeb983e54bac5ae226474bd8c5d6a29006b00ff12 /tests/lang/typ/array.typ
parentdb1659a987cd240b78e45666617248d3d0cc7d64 (diff)
Refresh tests 🌊
Diffstat (limited to 'tests/lang/typ/array.typ')
-rw-r--r--tests/lang/typ/array.typ6
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.