diff options
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/structure/enum.typ | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/tests/typ/structure/enum.typ b/tests/typ/structure/enum.typ index eb1d9a9d..4ff13ff4 100644 --- a/tests/typ/structure/enum.typ +++ b/tests/typ/structure/enum.typ @@ -5,14 +5,9 @@ --- 1. First. - 2. Second. + 2. Indented -1. Back to first. - ---- -2. Second -1. First - + Indented ++ Second --- // Test automatic numbering in summed content. @@ -36,6 +31,12 @@ + B --- +// Mix of different lists +- List ++ Enum +/ Desc: List + +--- // Test label closure. #enum( start: 4, |
