summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/spacing-behaviour.typ
blob: a2a30b8adbe8bf945d5b6d00ecb8e86db2f91f49 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Test that metadata after spacing does not force a new paragraph.

---
#{
  h(1em)
  counter(heading).update(4)
  [Hello ]
  counter(heading).display()
}