summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/meta/figure-localization.typ9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/typ/meta/figure-localization.typ b/tests/typ/meta/figure-localization.typ
index da0fb28a..e6bde0e4 100644
--- a/tests/typ/meta/figure-localization.typ
+++ b/tests/typ/meta/figure-localization.typ
@@ -15,3 +15,12 @@
rect(),
caption: [一个矩形],
)
+
+---
+// Test Russian
+#set text(lang: "ru")
+
+#figure(
+ polygon.regular(size: 1cm, vertices: 8),
+ caption: [Пятиугольник],
+)