typst/tests/typ/bugs/table-row-missing.typ
2023-06-12 17:20:54 +02:00

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