mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix test that wasn't running at all.
This commit is contained in:
@@ -55,7 +55,7 @@ class TagNodeTest < Test::Unit::TestCase
|
||||
|
||||
def test_to_s
|
||||
node = tag("<a b=c d='f' g=\"h 'i'\" />")
|
||||
assert_equal %(<a b='c' d='f' g='h \\'i\\'' />), node.to_s
|
||||
assert_equal %(<a b="c" d="f" g="h 'i'" />), node.to_s
|
||||
end
|
||||
|
||||
def test_tag
|
||||
|
||||
Reference in New Issue
Block a user