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

9 lines
152 B
XML
Raw Normal View History

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