summaryrefslogtreecommitdiff
path: root/tests/suite/model/enum.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/model/enum.typ')
-rw-r--r--tests/suite/model/enum.typ7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/suite/model/enum.typ b/tests/suite/model/enum.typ
index 258c6f6b..e957ae9e 100644
--- a/tests/suite/model/enum.typ
+++ b/tests/suite/model/enum.typ
@@ -101,6 +101,13 @@ a + 0.
[Red], [Green], [Blue], [Red],
)
+--- enum-start html ---
+#enum(
+ start: 3,
+ [Skipping],
+ [Ahead],
+)
+
--- enum-numbering-closure-nested ---
// Test numbering with closure and nested lists.
#set enum(numbering: n => super[#n])