<!--
Description: feed author name
Expect:      bozo and feed['author_detail']['name'] == u'Example author'
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
  <author>
    <name>Example author</name>
    <email>me@example.com</email>
    <url>http://example.com/</url>
  </author>
</feed