summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/table-lines.typ
blob: 7e9540121ae4ba74df234f044336923575676cca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Ensure no empty lines before a table that doesn't fit into the first page.

---
#set page(height: 50pt)

Hello
#table(
  columns: 4,
  [1], [2], [3], [4]
)