summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/table-row-missing.typ
blob: d72305baecc8cbbf2d7eba25ba8588001325fc0a (plain) (blame)
1
2
3
4
5
6
7
8
// Test that a table row isn't wrongly treated like a gutter row.

---
#set page(height: 70pt)
#table(
  rows: 16pt,
  ..range(6).map(str).flatten(),
)