1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-02-13 01:34:35 +00:00
mylar/lib/feedparser/tests/entities/query_variable_feed.xml
2012-09-09 17:59:46 -04:00

9 lines
233 B
XML

<!--
Description: unescaped ampersand in URL query variable doesn't affect feed URL
Expect: feed.link == u'http://example/?a=1&b=2&c'
-->
<rss version="2.0">
<channel>
<link>http://example/?a=1&b=2&c</link>
</channel>
</rss