diff --git a/tests/suite/styling/in-block.typ b/tests/suite/styling/in-block.typ index 92c8f2051..5ac8bde1c 100644 --- a/tests/suite/styling/in-block.typ +++ b/tests/suite/styling/in-block.typ @@ -1,12 +1,12 @@ --- warn-show-set-last-in-block --- #{ - // Warning: 1-14 show rule has no effect + // Warning: 3-16 show rule has no effect // Hint: 3-16 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 + // Warning: 3-17 set rule has no effect // Hint: 3-17 a set rule is only in effect until the end of the surrounding code block set text(blue) }