mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 01:15:05 -05:00
10 lines
170 B
XML
10 lines
170 B
XML
|
<!--
|
||
|
Description: empty xmlns uri
|
||
|
Expect: not bozo and feed['title'] == u'empty'
|
||
|
-->
|
||
|
<rss xmlns="">
|
||
|
<channel>
|
||
|
<title>empty</title>
|
||
|
</channel>
|
||
|
</rss>
|