1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-02-13 01:34:35 +00:00
mylar/lib/feedparser/tests/entities/upper_Uacute.xml
2012-09-09 17:59:46 -04:00

9 lines
No EOL
154 B
XML

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