summaryrefslogtreecommitdiff
path: root/tests/suite/foundations/array.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/foundations/array.typ')
-rw-r--r--tests/suite/foundations/array.typ1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/suite/foundations/array.typ b/tests/suite/foundations/array.typ
index 1df83fc6..6228f471 100644
--- a/tests/suite/foundations/array.typ
+++ b/tests/suite/foundations/array.typ
@@ -22,6 +22,7 @@
--- array-bad-token ---
// Error: 4-6 unexpected end of block comment
+// Hint: 4-6 consider escaping the `*` with a backslash or opening the block comment with `/*`
#(1*/2)
--- array-bad-number-suffix ---