summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/layouts/align.typ10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/layouts/align.typ b/tests/layouts/align.typ
new file mode 100644
index 00000000..c020ef4b
--- /dev/null
+++ b/tests/layouts/align.typ
@@ -0,0 +1,10 @@
+[box][
+ A short sentence. [align: right][words.]
+
+ A short sentence. [n] [align: right][words.]
+
+ A short sentence. [paragraph.break] [align: right][words.]
+
+ [align: bottom]
+ A longer sentence with a few more words.
+]