1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00
SickRage/lib/feedparser/tests/wellformed/xml/empty_xmlns_uri.xml

10 lines
170 B
XML
Raw Normal View History

<!--
Description: empty xmlns uri
Expect: not bozo and feed['title'] == u'empty'
-->
<rss xmlns="">
<channel>
<title>empty</title>
</channel>
</rss>