diff options
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 ] ], |
