typst/tests/suite/styling/in-block.typ
T0mstone 801b689dae Apply suggestions
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-11 16:33:26 +02:00

13 lines
344 B
XML

--- warn-show-set-last-in-block ---
#{
// Warning: 1-14 show rule has no effect
// Hint: 1-14 a show rule is only in effect until the end of the surrounding code block
show "a": "b"
}
#{
// Warning: 1-15 set rule has no effect
// Hint: 1-15 a set rule is only in effect until the end of the surrounding code block
set text(blue)
}