typst/tests/typ/style/set-block.typ
2021-12-21 00:20:24 +01:00

11 lines
207 B
XML

// Test set in code blocks.
---
// Test that template in block is not affected by set
// rule in block ...
A{set text(fill: eastern); [B]}C
---
// ... no matter the order.
A{[B]; set text(fill: eastern)}C