diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/style/show-node.typ | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/typ/style/show-node.typ b/tests/typ/style/show-node.typ index 0124e61c..98f36f13 100644 --- a/tests/typ/style/show-node.typ +++ b/tests/typ/style/show-node.typ @@ -83,10 +83,14 @@ Another text. = Heading --- -// Error: 7-12 this function cannot be customized with show +// Error: 7-12 this function is not selectable #show upper: it => {} --- +// Error: 7-11 to select text, please use a string or regex instead +#show text: it => {} + +--- // Error: 16-20 expected content or function, found integer #show heading: 1234 = Heading |
