aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/text_helper_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/template/text_helper_test.rb')
-rw-r--r--actionpack/test/template/text_helper_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/template/text_helper_test.rb b/actionpack/test/template/text_helper_test.rb
index 850175109a..a3962095ae 100644
--- a/actionpack/test/template/text_helper_test.rb
+++ b/actionpack/test/template/text_helper_test.rb
@@ -51,6 +51,7 @@ class TextHelperTest < Test::Unit::TestCase
def test_strip_links
assert_equal "on my mind", strip_links("<a href='almost'>on my mind</a>")
+ assert_equal "on my mind", strip_links("<A href='almost'>on my mind</A>")
end
def test_highlighter