mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
11 lines
207 B
XML
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
|