Skip to content

Commit

Permalink
Merge pull request #114 from jbampton/fix-spelling
Browse files Browse the repository at this point in the history
chore: fix spelling
  • Loading branch information
flavorjones committed Apr 22, 2021
2 parents 1e64885 + e1f3af0 commit d8bd426
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 d8bd426

Please sign in to comment.