diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/layout/par-bidi.png | bin | 25731 -> 31441 bytes | |||
| -rw-r--r-- | tests/typ/layout/par-bidi.typ | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/ref/layout/par-bidi.png b/tests/ref/layout/par-bidi.png Binary files differindex 4750ccb8..af66a719 100644 --- a/tests/ref/layout/par-bidi.png +++ b/tests/ref/layout/par-bidi.png diff --git a/tests/typ/layout/par-bidi.typ b/tests/typ/layout/par-bidi.typ index edbd75e1..4ff83802 100644 --- a/tests/typ/layout/par-bidi.typ +++ b/tests/typ/layout/par-bidi.typ @@ -55,6 +55,16 @@ Lריווח #h(1cm) R ב #text("12:00 - 13:00",dir:ltr) בצהריים --- +// Mixing raw +#set text(lang: "he") +לדוג. `if a == b:` זה תנאי +#set raw(lang:"python") +לדוג. `if a == b:` זה תנאי + +#show raw: set text(dir:rtl) +לתכנת בעברית `אם א == ב:` + +--- // Test setting a vertical direction. // Ref: false |
