typst/tests/typ/text/lang-with-region.typ
2023-04-26 11:30:03 +02:00

17 lines
258 B
Typst

// Test if text with region works
---
// without any region
#set text(lang: "zh")
#outline()
---
// with unknown region configured
#set text(lang: "zh", region: "XX")
#outline()
---
// with region configured
#set text(lang: "zh", region: "TW")
#outline()