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