summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/bugs/table-row-missing.pngbin0 -> 1029 bytes
-rw-r--r--tests/typ/bugs/table-row-missing.typ8
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/ref/bugs/table-row-missing.png b/tests/ref/bugs/table-row-missing.png
new file mode 100644
index 00000000..90c46d32
--- /dev/null
+++ b/tests/ref/bugs/table-row-missing.png
Binary files differ
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(),
+)