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

9 lines
154 B
XML
Raw Normal View History

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