<!--
Description: feed author email
Expect:      not bozo and feed['author_detail']['email'] == u'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>