diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/markup/enums.png | bin | 6075 -> 7427 bytes | |||
| -rw-r--r-- | tests/ref/markup/lists.png | bin | 21378 -> 21396 bytes | |||
| -rw-r--r-- | tests/typ/markup/enums.typ | 14 |
3 files changed, 10 insertions, 4 deletions
diff --git a/tests/ref/markup/enums.png b/tests/ref/markup/enums.png Binary files differindex 3878f32c..04d6ee4d 100644 --- a/tests/ref/markup/enums.png +++ b/tests/ref/markup/enums.png diff --git a/tests/ref/markup/lists.png b/tests/ref/markup/lists.png Binary files differindex 618e1191..503bfc9a 100644 --- a/tests/ref/markup/lists.png +++ b/tests/ref/markup/lists.png diff --git a/tests/typ/markup/enums.typ b/tests/typ/markup/enums.typ index 93a175d4..aeff9f2c 100644 --- a/tests/typ/markup/enums.typ +++ b/tests/typ/markup/enums.typ @@ -1,9 +1,9 @@ // Test enums. --- -1. Embrace -2. Extend -3. Extinguish +. Embrace +. Extend +. Extinguish --- 1. First. @@ -13,5 +13,11 @@ --- 2. Second - . First +1. First . Indented + +--- +// Test automatic numbering in summed templates. +#for i in range(5) { + [. #roman(1 + i)] +} |
