summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/construct.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-09 10:21:11 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-09 10:21:11 +0100
commitcd089b6194c57b2e8dff70efaa7cbd53035f7327 (patch)
treef5466a0e2f8633aa609276c0c2794911c7e9252a /tests/typ/compiler/construct.typ
parent495b525694aa5901385f3acad043b4a9f3ebb911 (diff)
Align set rule
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])
]
---