summaryrefslogtreecommitdiff
path: root/tests/suite/syntax
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/syntax')
-rw-r--r--tests/suite/syntax/comment.typ1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/suite/syntax/comment.typ b/tests/suite/syntax/comment.typ
index ac3e1943..5e7e0ee6 100644
--- a/tests/suite/syntax/comment.typ
+++ b/tests/suite/syntax/comment.typ
@@ -37,6 +37,7 @@ Second part
--- comment-block-unclosed ---
// End should not appear without start.
// Error: 7-9 unexpected end of block comment
+// Hint: 7-9 consider escaping the `*` with a backslash or opening the block comment with `/*`
/* */ */
// Unterminated is okay.