1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-06 01:15:05 -05:00
SickRage/lib/feedparser/tests/entities/upper_Uuml.xml

9 lines
150 B
XML
Raw Normal View History

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