summaryrefslogtreecommitdiff
path: root/tests/suite/scripting/call.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/scripting/call.typ')
-rw-r--r--tests/suite/scripting/call.typ1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/suite/scripting/call.typ b/tests/suite/scripting/call.typ
index e79fc949..34344608 100644
--- a/tests/suite/scripting/call.typ
+++ b/tests/suite/scripting/call.typ
@@ -80,6 +80,7 @@
--- call-args-bad-token ---
// Error: 10-12 unexpected end of block comment
+// Hint: 10-12 consider escaping the `*` with a backslash or opening the block comment with `/*`
#func(a:1*/)
--- call-args-missing-comma ---