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

9 lines
154 B
XML
Raw Normal View History

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