diff options
Diffstat (limited to 'tests/test_spans.rs')
-rw-r--r-- | tests/test_spans.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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? </yes/>"; assert_snapshot!(annotate_errors(html), @r###" Do you start or do you end? </yes/> - ^ end-tag-with-trailing-solidus + ^ end-tag-with-trailing-solidus "###); } |