summaryrefslogtreecommitdiff
path: root/tests/typ/text/align.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/text/align.typ')
-rw-r--r--tests/typ/text/align.typ8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/typ/text/align.typ b/tests/typ/text/align.typ
index 2ffe1b4c..9df5cd5e 100644
--- a/tests/typ/text/align.typ
+++ b/tests/typ/text/align.typ
@@ -3,16 +3,16 @@
---
// Test that alignment depends on the paragraph's full width.
#box[
- Hello World \
- #align(right)[World]
+ Hello World \
+ #align(right)[World]
]
---
// Test that a line with multiple alignments respects the paragraph's full
// width.
#box[
- Hello #align(center)[World] \
- Hello from the World
+ Hello #align(center)[World] \
+ Hello from the World
]
---