summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/flow-3.typ
blob: 71af1914c9526b4fae58b7a2f2b424d9bfcad8bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// 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.
])