1<!--
2Description: entry title content type defaults to 'text/plain'
3Expect:      not bozo and entries[0]['title_detail']['type'] == u'text/plain'
4-->
5<feed xmlns="http://www.w3.org/2005/Atom">
6<entry>
7  <title>Example Atom</title>
8</entry>
9</feed>