summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/block-width-box.typ
blob: a039bc6667f2225856a068d9056b93791ad3b258 (plain) (blame)
1
2
3
4
5
6
// Test box in 100% width block.

---
#block(width: 100%, fill: red, box("a box"))

#block(width: 100%, fill: red, [#box("a box") #box()])