summaryrefslogtreecommitdiff
path: root/tests/typ/code/array.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-10-05 12:49:39 +0200
committerLaurenz <laurmaedje@gmail.com>2022-10-05 12:49:39 +0200
commitec884ec1d85f6e1d7868db3e82d572579cc5d345 (patch)
tree92819f3a31abd6fdcd6b01adcd367bad344bef13 /tests/typ/code/array.typ
parent5a8534a395b500a25cbc46ee15ec031c8231de59 (diff)
Refactor syntax module
Diffstat (limited to 'tests/typ/code/array.typ')
-rw-r--r--tests/typ/code/array.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/code/array.typ b/tests/typ/code/array.typ
index 1fa4d13c..cb8433cb 100644
--- a/tests/typ/code/array.typ
+++ b/tests/typ/code/array.typ
@@ -76,10 +76,10 @@
{)}
// Error: 4 expected comma
-// Error: 4-6 expected expression, found end of block comment
+// Error: 4-6 unexpected end of block comment
{(1*/2)}
-// Error: 6-8 expected expression, found invalid token
+// Error: 6-8 invalid number suffix
{(1, 1u 2)}
// Error: 3-4 expected expression, found comma