mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 01:15:05 -05:00
10 lines
224 B
XML
10 lines
224 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
|