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.typ12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/suite/model/enum.typ b/tests/suite/model/enum.typ
index ed33157e..c5e56215 100644
--- a/tests/suite/model/enum.typ
+++ b/tests/suite/model/enum.typ
@@ -163,3 +163,15 @@ a + 0.
// Enum item (pre-emptive)
#enum.item(none)[Hello]
#enum.item(17)[Hello]
+
+--- issue-5503-enum-interrupted-by-par-align ---
+// `align` is block-level and should interrupt an enum
+// but not a `par`
++ a
++ b
+#par(leading: 5em)[+ par]
++ d
+#par[+ par]
++ f
+#align(right)[+ align]
++ h