summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/3586-figure-caption-separator.typ
blob: ee992c50ef7e87c642584234b27b6f47ac0b0324 (plain) (blame)
1
2
3
4
5
6
7
// Test that figure caption separator is synthesized correctly.
// https://github.com/typst/typst/issues/3586
// Ref: false

---
#show figure.caption: c => test(c.separator, [#": "])
#figure(table[], caption: [This is a test caption])