1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00
SickRage/lib/feedparser/tests/entities/iuml.xml

9 lines
150 B
XML
Raw Normal View History

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