<!--
Description: feed author name + email maps to author
Expect:      not bozo and feed['author'] == u'Example author (me@example.com)'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
  <author>
    <name>Example author</name>
    <email>me@example.com</email>
    <uri>http://example.com/</uri>
  </author>
</feed>