mirror of
https://github.com/github/rails.git
synced 2026-04-04 03:00:58 -04:00
Ruby 1.9 compat: note failing form options helper test, probably in html-scanner
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8465 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -109,6 +109,7 @@ class FormOptionsHelperTest < Test::Unit::TestCase
|
||||
)
|
||||
end
|
||||
|
||||
# FIXME: fails on Ruby 1.9, probably in html-scanner
|
||||
def test_hash_options_for_select
|
||||
assert_dom_equal(
|
||||
"<option value=\"<Kroner>\"><DKR></option>\n<option value=\"Dollar\">$</option>",
|
||||
|
||||
Reference in New Issue
Block a user