From fb0b01d45c1a3d417c4197287b81bb12b2872514 Mon Sep 17 00:00:00 2001 From: T0mstone Date: Wed, 11 Jun 2025 16:37:03 +0200 Subject: [PATCH] Fix test spans --- tests/suite/styling/in-block.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/suite/styling/in-block.typ b/tests/suite/styling/in-block.typ index 7645f83ca..92c8f2051 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 - // Hint: 1-14 a show rule is only in effect until the end of the surrounding code block + // 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 - // Hint: 1-15 a set rule is only in effect until the end of the surrounding code block + // Hint: 3-17 a set rule is only in effect until the end of the surrounding code block set text(blue) }