diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-05-06 10:05:11 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-05-06 10:05:11 +0200 |
| commit | bfaf5447a789cd0dbbb1e418bea62fef9edc2b7d (patch) | |
| tree | 0cc1a47b37439fbeda06c57ebef0025becae0066 /tests/typ/style | |
| parent | 49b8574b8d03e52a990f7d7b009c36fbdad0d55a (diff) | |
Cast content from string
Diffstat (limited to 'tests/typ/style')
| -rw-r--r-- | tests/typ/style/show-node.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/style/show-node.typ b/tests/typ/style/show-node.typ index 07c30f19..d0586c9d 100644 --- a/tests/typ/style/show-node.typ +++ b/tests/typ/style/show-node.typ @@ -49,8 +49,8 @@ Some more text. Another text. --- -// Error: 18-22 expected content, found string -#show heading as "hi" +// Error: 18-22 expected content, found integer +#show heading as 1234 = Heading --- |
