summaryrefslogtreecommitdiff
path: root/tests/typ/layout/columns.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/layout/columns.typ')
-rw-r--r--tests/typ/layout/columns.typ7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/typ/layout/columns.typ b/tests/typ/layout/columns.typ
index 32060ab4..ecf636e7 100644
--- a/tests/typ/layout/columns.typ
+++ b/tests/typ/layout/columns.typ
@@ -103,3 +103,10 @@ This is a normal page. Very normal.
// Test a page with zero columns.
// Error: 49-50 number must be positive
#set page(height: auto, width: 7.05cm, columns: 0)
+
+---
+// Test colbreak after only out-of-flow elements.
+#set page(width: 7.05cm, columns: 2)
+#place[OOF]
+#colbreak()
+In flow.