1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-06 09:25:03 -05:00
SickRage/lib/feedparser/tests/wellformed/sgml/charref_uppercase_x.xml

10 lines
249 B
XML
Raw Normal View History

<!--
Description: ensure an uppercase X in a hex charref doesn't crash feedparser
Expect: not bozo and entries[0]['summary'] == u'&#x61;'
-->
<rss version="2.0">
<channel>
<item><description>&amp;#X61;</description></item>
</channel>
</rss>