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

9 lines
152 B
XML
Raw Normal View History

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