From 267b12113a71ad0932f7b5ff6eb1f896554cffd4 Mon Sep 17 00:00:00 2001 From: Fabian Schwahn Date: Fri, 5 May 2017 09:38:37 +0200 Subject: [PATCH] Rename test to better reflect what is actually tested --- test/sanitizer_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sanitizer_test.rb b/test/sanitizer_test.rb index d266cd8..a909a1f 100644 --- a/test/sanitizer_test.rb +++ b/test/sanitizer_test.rb @@ -74,7 +74,7 @@ def test_strip_tags_multiline assert_equal expected, full_sanitize(input) end - def test_strip_comments + def test_remove_unclosed_tags assert_equal "This is ", full_sanitize("This is <-- not\n a comment here.") end