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 1e64885 commit e1f3af0Copy full SHA for e1f3af0
test/sanitizer_test.rb
@@ -93,7 +93,7 @@ def test_strip_blank_string
93
end
94
95
def test_strip_tags_with_plaintext
96
- assert_equal "Dont touch me", full_sanitize("Dont touch me")
+ assert_equal "Don't touch me", full_sanitize("Don't touch me")
97
98
99
def test_strip_tags_with_tags
@@ -135,7 +135,7 @@ def test_strip_links_with_unclosed_tags
135
136
137
def test_strip_links_with_plaintext
138
- assert_equal "Dont touch me", link_sanitize("Dont touch me")
+ assert_equal "Don't touch me", link_sanitize("Don't touch me")
139
140
141
def test_strip_links_with_line_feed_and_uppercase_tag
0 commit comments