summaryrefslogtreecommitdiff
path: root/tests/layouting/lines.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-12-07 14:42:25 +0100
committerLaurenz <laurmaedje@gmail.com>2019-12-07 14:42:25 +0100
commitf364395e1d774456500ea61bb7b931f48a62ddfa (patch)
treeb4d66bd44c619d8ff93f36686c91752910fa4768 /tests/layouting/lines.typ
parent1099330988da78c82c6e155fab88d81fb2f1d4c0 (diff)
Create parsing test harness ⚡
Diffstat (limited to 'tests/layouting/lines.typ')
-rw-r--r--tests/layouting/lines.typ14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/layouting/lines.typ b/tests/layouting/lines.typ
new file mode 100644
index 00000000..705de638
--- /dev/null
+++ b/tests/layouting/lines.typ
@@ -0,0 +1,14 @@
+[page.size: height=5cm]
+
+Line.
+
+[box][
+ Lines with [box][two] [box][boxes].
+
+ Lines with two boxes.
+]
+[box][
+ Lines without two boxes.
+
+ Lines without two boxes.
+]