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

8 lines
318 B
XML
Raw Normal View History

<!--
Description: feed title contains URI with an amperand
Expect: not bozo and feed['title_detail']['value'] == u'<a title="&quot;test&quot;">test</a>'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<title type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><a title='"test"'>test</a></div></title>
</feed>