diff options
Diffstat (limited to 'tests/typ/text')
| -rw-r--r-- | tests/typ/text/font.typ | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/typ/text/font.typ b/tests/typ/text/font.typ index b2909182..bfec3e1c 100644 --- a/tests/typ/text/font.typ +++ b/tests/typ/text/font.typ @@ -39,6 +39,14 @@ Emoji: 🐪, 🌋, 🏞 2π = 𝛼 + 𝛽. ✅ --- +// Test string body. +#text("Text") \ +#text(red, "Text") \ +#text("Ubuntu", blue, "Text") \ +#text([Text], teal, "IBM Plex Serif") \ +#text(forest, "Latin Modern Roman", [Text]) \ + +--- // Error: 11-16 unexpected argument #set text(false) |
