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

14 lines
448 B
XML
Raw Normal View History

<?xml version='1.0' encoding='UTF-8'?>
<!--
Header: Content-type: application/atom+xml
Description: crashes while resolving relative URIs when content contains attributes which contain (valid) non-ASCII characters
Expect: not bozo
-->
<feed xmlns='http://www.w3.org/2005/Atom'>
<entry>
<content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'>
<img alt="Browser market shares at ongoing" />
</div></content>
</entry>
</feed>