# File parse-atom-content.rb, line 89 def test_html assert_equal("AT&T bought <b>by SBC</b>!",parse("<feed xmlns=\"http://www.w3.org/2005/Atom\">\n<entry>\n<content type=\"html\">\nAT&amp;T bought <b>by SBC</b>!\n</content>\n</entry>\n</feed>\n")) end