Test::Unit::TestCase
# File lib/feed_tools/vendor/html5/tests/test_lxp.rb, line 84 def test_malformed assert_xml_equal( '<opml version="1.0">' + '<body><outline text="Odds & Ends"/></body>' + '</opml>', '<opml version="1.0">' + '<body><outline text="Odds & Ends"/></body>' + '</opml>') end
Generated with the Darkfish Rdoc Generator 2.