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

9 lines
154 B
XML
Raw Normal View History

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