diff options
Diffstat (limited to 'actionpack/test')
-rw-r--r-- | actionpack/test/template/text_helper_test.rb | 1 |
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 |