From d45e09a3157c71e3c95bf618a2b181f322c87a5d Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 31 Aug 2023 05:18:49 +0200 Subject: fix!: wrong attribute value spans for char refs --- tests/test_spans.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_spans.rs b/tests/test_spans.rs index bc6aeee..8f3dc8f 100644 --- a/tests/test_spans.rs +++ b/tests/test_spans.rs @@ -143,7 +143,7 @@ fn attribute_value_with_char_ref() { } assert_snapshot!(annotate(html, labels), @r###" - ^ ^ ^ + ^^^^^ ^^^^^ ^^^^^ "###); } -- cgit v1.2.3