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

10 lines
233 B
XML
Raw Normal View History

<!--
SkipUnless: __import__('sys').version.split()[0] >= '2.2.0'
Description: crashes
Expect: 1
-->
<rss>
<item>
<description><![CDATA[<a href="http://www.example.com/"><3E></a><a href="&#38;"></a>]]></description>
</item>
</rss>