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