typst/tests/typ/bugs/3586-figure-caption-separator.typ

8 lines
235 B
Typst

// 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])