typst/tests/typ/bugs/table-row-missing.typ

9 lines
152 B
Plaintext

// 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(),
)