From ad4ef68a112dedabf80f885a02bcb574eb9af9e4 Mon Sep 17 00:00:00 2001 From: astrale-sharp Date: Wed, 12 Jun 2024 14:00:22 +0200 Subject: Lexer hint (#4346) Co-authored-by: Laurenz --- tests/suite/scripting/call.typ | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/suite/scripting') 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 --- -- cgit v1.2.3