From e1f3af01549e4ff743a7f64ba03f8521d973b447 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 14 Apr 2021 05:32:24 +1000 Subject: [PATCH] chore: fix spelling --- test/sanitizer_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/sanitizer_test.rb b/test/sanitizer_test.rb index 6d44008..fb75ccb 100644 --- a/test/sanitizer_test.rb +++ b/test/sanitizer_test.rb @@ -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 @@ -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