aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/text_helper_test.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-09-26 16:26:00 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-09-26 16:26:00 +0000
commitc554a9cabaa3c8bbed5a0dccb381fdc6d516972d (patch)
tree4a7d6df8f3631a30c725c5afd8c383269fff0ff0 /actionpack/test/template/text_helper_test.rb
parent82558186a34f6b852e9e52b78d411720476894ad (diff)
downloadrails-c554a9cabaa3c8bbed5a0dccb381fdc6d516972d.tar.gz
rails-c554a9cabaa3c8bbed5a0dccb381fdc6d516972d.tar.bz2
rails-c554a9cabaa3c8bbed5a0dccb381fdc6d516972d.zip
strip_links is case-insensitive. Closes #6285.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5191 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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