diff options
Diffstat (limited to 'tests/suite')
| -rw-r--r-- | tests/suite/foundations/label.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/suite/foundations/label.typ b/tests/suite/foundations/label.typ index 2cde102c..28c6383b 100644 --- a/tests/suite/foundations/label.typ +++ b/tests/suite/foundations/label.typ @@ -68,3 +68,9 @@ _Visible_ #test(str(<hey>), "hey") #test(str(label("hey")), "hey") #test(str([Hmm<hey>].label), "hey") + +--- label-in-code-mode-hint --- +// Error: 7-7 expected semicolon or line break +// Hint: 7-7 labels can only be applied in markup mode +// Hint: 7-7 try wrapping your code in a markup block (`[ ]`) +#{ [A] <a> } |
