diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-12-07 14:42:25 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-12-07 14:42:25 +0100 |
| commit | f364395e1d774456500ea61bb7b931f48a62ddfa (patch) | |
| tree | b4d66bd44c619d8ff93f36686c91752910fa4768 /tests/layouting/lines.typ | |
| parent | 1099330988da78c82c6e155fab88d81fb2f1d4c0 (diff) | |
Create parsing test harness ⚡
Diffstat (limited to 'tests/layouting/lines.typ')
| -rw-r--r-- | tests/layouting/lines.typ | 14 |
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. +] |
