1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-06 09:25:03 -05:00
SickRage/lib/feedparser/tests/wellformed/atom10/feed_logo.xml

7 lines
198 B
XML
Raw Normal View History

<!--
Description: feed logo
Expect: not bozo and feed['logo'] == u'http://example.com/logo.jpg'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<logo>http://example.com/logo.jpg</logo>
</feed>