diff options
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/layout/par-bidi.typ | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/typ/layout/par-bidi.typ b/tests/typ/layout/par-bidi.typ index f708df6a..edbd75e1 100644 --- a/tests/typ/layout/par-bidi.typ +++ b/tests/typ/layout/par-bidi.typ @@ -48,6 +48,13 @@ Lריווח #h(1cm) R الغالب #h(70pt) ن#" "ة --- +// Test explicit dir +#set text(dir: rtl) +#text("8:00 - 9:00",dir:ltr) בבוקר +#linebreak() +ב #text("12:00 - 13:00",dir:ltr) בצהריים + +--- // Test setting a vertical direction. // Ref: false |
