From 585c6349c9b84345364350f020e8f987a8b44f7b Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Wed, 30 Aug 2023 09:50:53 +0200 Subject: fix!: off-by-one end-tag-with-trailing-solidus span --- 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 28342ea..a2e5d3e 100644 --- a/tests/test_spans.rs +++ b/tests/test_spans.rs @@ -267,7 +267,7 @@ fn error_end_tag_with_trailing_solidus() { let html = "Do you start or do you end? "; assert_snapshot!(annotate_errors(html), @r###" Do you start or do you end? - ^ end-tag-with-trailing-solidus + ^ end-tag-with-trailing-solidus "###); } -- cgit v1.2.3