Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix spelling #114

Merged
merged 1 commit into from Apr 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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