summaryrefslogtreecommitdiff
path: root/tests/typ/text
diff options
context:
space:
mode:
authorSung Jeon <basix@basix.tech>2023-05-31 01:42:24 +0900
committerGitHub <noreply@github.com>2023-05-30 18:42:24 +0200
commit08b49291bc876d948bfd2c90cb05796efc1254a6 (patch)
treed165347722106c62bd0905f3d87b974a6f802d8e /tests/typ/text
parentb805c5f10080912cbfb1fd2fd2733c48a92ce4f9 (diff)
Add NumberingKind variants for Korean (#1360)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/typ/text')
-rw-r--r--tests/typ/text/lang-with-region.typ6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/text/lang-with-region.typ b/tests/typ/text/lang-with-region.typ
index 344ca8d2..f890a00f 100644
--- a/tests/typ/text/lang-with-region.typ
+++ b/tests/typ/text/lang-with-region.typ
@@ -2,15 +2,15 @@
---
// without any region
-#set text(lang: "zh")
+#set text(font: "Noto Serif CJK TC", lang: "zh")
#outline()
---
// with unknown region configured
-#set text(lang: "zh", region: "XX")
+#set text(font: "Noto Serif CJK TC", lang: "zh", region: "XX")
#outline()
---
// with region configured
-#set text(lang: "zh", region: "TW")
+#set text(font: "Noto Serif CJK TC", lang: "zh", region: "TW")
#outline()