summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/table-lines.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/bugs/table-lines.typ')
-rw-r--r--tests/typ/bugs/table-lines.typ10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/typ/bugs/table-lines.typ b/tests/typ/bugs/table-lines.typ
deleted file mode 100644
index 7e954012..00000000
--- a/tests/typ/bugs/table-lines.typ
+++ /dev/null
@@ -1,10 +0,0 @@
-// Ensure no empty lines before a table that doesn't fit into the first page.
-
----
-#set page(height: 50pt)
-
-Hello
-#table(
- columns: 4,
- [1], [2], [3], [4]
-)