summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/construct.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/compiler/construct.typ')
-rw-r--r--tests/typ/compiler/construct.typ6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/compiler/construct.typ b/tests/typ/compiler/construct.typ
index f535184c..df5368b7 100644
--- a/tests/typ/compiler/construct.typ
+++ b/tests/typ/compiler/construct.typ
@@ -10,9 +10,9 @@
// Ensure that constructor styles win, but not over outer styles.
// The outer paragraph should be right-aligned,
// but the B should be center-aligned.
-#set par(align: center)
-#par(align: right)[
- A #rect(width: 2cm, fill: conifer, inset: 4pt)[B]
+#set list(label: [>])
+#list(label: [--])[
+ #rect(width: 2cm, fill: conifer, inset: 4pt, list[A])
]
---