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

9 lines
154 B
XML
Raw Normal View History

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