summaryrefslogtreecommitdiff
path: root/tests/suite/layout/repeat.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/layout/repeat.typ')
-rw-r--r--tests/suite/layout/repeat.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/layout/repeat.typ b/tests/suite/layout/repeat.typ
index a46bf6d2..8ba5d266 100644
--- a/tests/suite/layout/repeat.typ
+++ b/tests/suite/layout/repeat.typ
@@ -17,7 +17,7 @@
--- repeat-dots-rtl ---
// Test dots with RTL.
-#set text(lang: "ar")
+#set text(lang: "ar", font: ("Libertinus Serif", "Noto Sans Arabic"))
مقدمة #box(width: 1fr, repeat[.]) 15
--- repeat-empty ---
@@ -35,7 +35,7 @@ A#box(width: 1fr, repeat(rect(width: 6em, height: 0.7em)))B
#set align(center)
A#box(width: 1fr, repeat(rect(width: 6em, height: 0.7em)))B
-#set text(dir: rtl)
+#set text(dir: rtl, font: "Noto Sans Arabic")
ريجين#box(width: 1fr, repeat(rect(width: 4em, height: 0.7em)))سون
--- repeat-unrestricted ---