diff options
| author | astrale-sharp <ash4567@outlook.fr> | 2024-06-12 14:00:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-12 12:00:22 +0000 |
| commit | ad4ef68a112dedabf80f885a02bcb574eb9af9e4 (patch) | |
| tree | a5de8e9f9de8e4ac64efa4a30b343fe70fda9656 /tests/suite/scripting/call.typ | |
| parent | 20b8d2c121c713cb32f6048df6435735a0c0262f (diff) | |
Lexer hint (#4346)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/suite/scripting/call.typ')
| -rw-r--r-- | tests/suite/scripting/call.typ | 1 |
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 --- |
