diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/layout/enum.png | bin | 11247 -> 16078 bytes | |||
| -rw-r--r-- | tests/ref/layout/list.png | bin | 19085 -> 20981 bytes | |||
| -rw-r--r-- | tests/typ/layout/enum.typ | 8 | ||||
| -rw-r--r-- | tests/typ/layout/list.typ | 6 |
4 files changed, 14 insertions, 0 deletions
diff --git a/tests/ref/layout/enum.png b/tests/ref/layout/enum.png Binary files differindex a0309391..fb2c2a63 100644 --- a/tests/ref/layout/enum.png +++ b/tests/ref/layout/enum.png diff --git a/tests/ref/layout/list.png b/tests/ref/layout/list.png Binary files differindex 864a6e1d..8a3360b9 100644 --- a/tests/ref/layout/list.png +++ b/tests/ref/layout/list.png diff --git a/tests/typ/layout/enum.typ b/tests/typ/layout/enum.typ index 341afed4..2606a64d 100644 --- a/tests/typ/layout/enum.typ +++ b/tests/typ/layout/enum.typ @@ -34,3 +34,11 @@ See 0.3. \ Empty \ +Nope \ a + 0. + +--- +// Alignment shouldn't affect number +#set align(horizon) + ++ ABCDEF\ GHIJKL\ MNOPQR + + INNER\ INNER\ INNER ++ BACK\ HERE diff --git a/tests/typ/layout/list.typ b/tests/typ/layout/list.typ index 71ccfe35..7b938944 100644 --- a/tests/typ/layout/list.typ +++ b/tests/typ/layout/list.typ @@ -49,3 +49,9 @@ _Shopping list_ - Not in list -Nope + +--- +// Alignment shouldn't affect marker +#set align(horizon) + +- ABCDEF\ GHIJKL\ MNOPQR |
