summaryrefslogtreecommitdiff
path: root/plugins/FeedSub/extlib/XML/Feed/samples/illformed_atom10.xml
blob: 612186897d23d386ecb1a9a988023cd5b32233c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!--
Description: entry author name
Expect:      bozo and entries[0]['author_detail']['name'] == u'Example author'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<entry>
  <author>
    <name>Example author</name>
    <email>me@example.com</email>
    <uri>http://example.com/</uri>
  </author>
</entry>
</feed