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