summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/flow-3.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/bugs/flow-3.typ')
-rw-r--r--tests/typ/bugs/flow-3.typ12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/typ/bugs/flow-3.typ b/tests/typ/bugs/flow-3.typ
deleted file mode 100644
index 71af1914..00000000
--- a/tests/typ/bugs/flow-3.typ
+++ /dev/null
@@ -1,12 +0,0 @@
-// In this bug, there was a bit of space below the heading because weak spacing
-// directly before a layout-induced column or page break wasn't trimmed.
-
----
-#set page(height: 60pt)
-#rect(inset: 0pt, columns(2)[
- Text
- #v(12pt)
- Hi
- #v(10pt, weak: true)
- At column break.
-])