mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 09:25:03 -05:00
7 lines
198 B
XML
7 lines
198 B
XML
|
<!--
|
||
|
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>
|