mirror of
https://github.com/evilhero/mylar
synced 2025-02-13 01:34:35 +00:00
12 lines
257 B
XML
12 lines
257 B
XML
|
<!--
|
||
|
Description: unescaped ampersand in URL query variable doesn't affect entry URL
|
||
|
Expect: entries[0].link == u'http://example/?a=1&b=2&c'
|
||
|
-->
|
||
|
<rss version="2.0">
|
||
|
<channel>
|
||
|
<item>
|
||
|
<link>http://example/?a=1&b=2&c</link>
|
||
|
</item>
|
||
|
</channel>
|
||
|
</rss
|