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

8 lines
373 B
XML
Raw Normal View History

<!--
Description: feed title contains URI with an ampersand
Expect: not bozo and feed['title_detail']['value'] == u'Example <a href="http://example.com/?a=1&amp;b=2">test</a>'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<title type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Example <a href="http://example.com/?a=1&amp;b=2">test</a></div></title>
</feed>