diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-10 10:58:19 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-11 13:30:55 +0100 |
| commit | ebe919220d8b8f2966c15d73df82f20f38f4f9d5 (patch) | |
| tree | 237496d7eafda59f4f2cdcdedfff174c13bc08a0 /tests/typ/layout | |
| parent | 924a27bc37f29769da225184ec1b35f9b96dbab5 (diff) | |
Fix flow bugs
Diffstat (limited to 'tests/typ/layout')
| -rw-r--r-- | tests/typ/layout/flow-orphan.typ | 2 | ||||
| -rw-r--r-- | tests/typ/layout/grid-5.typ | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/typ/layout/flow-orphan.typ b/tests/typ/layout/flow-orphan.typ index a51da2b2..482fd145 100644 --- a/tests/typ/layout/flow-orphan.typ +++ b/tests/typ/layout/flow-orphan.typ @@ -1,4 +1,4 @@ -// Test that a heading doesn't become an orphan. +// Test that lines and headings doesn't become orphan. --- #set page(height: 100pt) diff --git a/tests/typ/layout/grid-5.typ b/tests/typ/layout/grid-5.typ index db7c525a..64385f61 100644 --- a/tests/typ/layout/grid-5.typ +++ b/tests/typ/layout/grid-5.typ @@ -22,6 +22,7 @@ #align(bottom)[ Bottom \ Bottom \ + #v(0pt) Top ] ], |
