SickGear/lib/feedparser/tests/entities/doesnotexist.xml

9 lines
176 B
XML
Raw Normal View History

<!--
Description: doesnotexist
Expect: feed['title'] == u'testing &doesnotexist; entity'
-->
<rss>
<channel>
<title>testing &doesnotexist; entity</title>
</channel>
</rss>