summaryrefslogtreecommitdiff
path: root/tests/typ/code/array.typ
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2021-10-23 19:03:27 +0200
committerMartin Haug <mhaug@live.de>2021-11-05 13:44:49 +0100
commit4875633acf4701705b9b3b014eb7d94268b897c2 (patch)
tree0aedda87c8c2dc65316e2455c35e72054d9bae0e /tests/typ/code/array.typ
parentea6ee3f667e922ed2f21b08719a45d2395787932 (diff)
Change parser
Diffstat (limited to 'tests/typ/code/array.typ')
-rw-r--r--tests/typ/code/array.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/array.typ b/tests/typ/code/array.typ
index df37dd45..44b8b597 100644
--- a/tests/typ/code/array.typ
+++ b/tests/typ/code/array.typ
@@ -72,7 +72,7 @@
{(,1)}
// Missing expression makes named pair incomplete, making this an empty array.
-// Error: 5 expected expression
+// Error: 3-5 expected expression, found named pair
{(a:)}
// Named pair after this is already identified as an array.