Skip to content

Commit d8bd426

Browse files
authored
Merge pull request #114 from jbampton/fix-spelling
chore: fix spelling
2 parents 1e64885 + e1f3af0 commit d8bd426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sanitizer_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_strip_blank_string
9393
end
9494

9595
def test_strip_tags_with_plaintext
96-
assert_equal "Dont touch me", full_sanitize("Dont touch me")
96+
assert_equal "Don't touch me", full_sanitize("Don't touch me")
9797
end
9898

9999
def test_strip_tags_with_tags
@@ -135,7 +135,7 @@ def test_strip_links_with_unclosed_tags
135135
end
136136

137137
def test_strip_links_with_plaintext
138-
assert_equal "Dont touch me", link_sanitize("Dont touch me")
138+
assert_equal "Don't touch me", link_sanitize("Don't touch me")
139139
end
140140

141141
def test_strip_links_with_line_feed_and_uppercase_tag

0 commit comments

Comments
 (0)