# File parse-atom-content.rb, line 103
  def test_xhtml
    assert_equal("AT&amp;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&amp;T bought <b>by SBC</b>!\n</div>\n</content>\n</entry>\n</feed>\n"))
  end