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