We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663bf35 commit 267b121Copy full SHA for 267b121
test/sanitizer_test.rb
@@ -74,7 +74,7 @@ def test_strip_tags_multiline
74
assert_equal expected, full_sanitize(input)
75
end
76
77
- def test_strip_comments
+ def test_remove_unclosed_tags
78
assert_equal "This is ", full_sanitize("This is <-- not\n a comment here.")
79
80
0 commit comments