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