gnu-social/plugins/OStatus/extlib/XML/Feed/samples/illformed_atom10.xml

13 lines
321 B
XML
Executable File

<!--
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