Skip to content

Commit

Permalink
chore: fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Apr 13, 2021
1 parent 1e64885 commit e1f3af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sanitizer_test.rb
Expand Up @@ -93,7 +93,7 @@ def test_strip_blank_string
end

def test_strip_tags_with_plaintext
assert_equal "Dont touch me", full_sanitize("Dont touch me")
assert_equal "Don't touch me", full_sanitize("Don't touch me")
end

def test_strip_tags_with_tags
Expand Down Expand Up @@ -135,7 +135,7 @@ def test_strip_links_with_unclosed_tags
end

def test_strip_links_with_plaintext
assert_equal "Dont touch me", link_sanitize("Dont touch me")
assert_equal "Don't touch me", link_sanitize("Don't touch me")
end

def test_strip_links_with_line_feed_and_uppercase_tag
Expand Down

0 comments on commit e1f3af0

Please sign in to comment.