diff options
Diffstat (limited to 'tests/typ/bugs/table-row-missing.typ')
| -rw-r--r-- | tests/typ/bugs/table-row-missing.typ | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/typ/bugs/table-row-missing.typ b/tests/typ/bugs/table-row-missing.typ new file mode 100644 index 00000000..d72305ba --- /dev/null +++ b/tests/typ/bugs/table-row-missing.typ @@ -0,0 +1,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(), +) |
