diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/layout/grid-rtl.png | bin | 0 -> 1725 bytes | |||
| -rw-r--r-- | tests/typ/layout/grid-rtl.typ | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/ref/layout/grid-rtl.png b/tests/ref/layout/grid-rtl.png Binary files differnew file mode 100644 index 00000000..8b838480 --- /dev/null +++ b/tests/ref/layout/grid-rtl.png diff --git a/tests/typ/layout/grid-rtl.typ b/tests/typ/layout/grid-rtl.typ new file mode 100644 index 00000000..31015097 --- /dev/null +++ b/tests/typ/layout/grid-rtl.typ @@ -0,0 +1,9 @@ +// Test RTL grid. + +--- +#set text(dir: rtl) +- מימין לשמאל + +--- +#set text(dir: rtl) +#table(columns: 2, gutter: 5pt)[A][B][C][D] |
