mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-04 18:33:38 +00:00
11 lines
265 B
XML
11 lines
265 B
XML
|
<!--
|
||
|
Description: item fullitem contains iframe
|
||
|
Expect: not bozo and entries[0]['description'] == u'safe description'
|
||
|
-->
|
||
|
<rss version="2.0">
|
||
|
<channel>
|
||
|
<item>
|
||
|
<fullitem>safe<iframe src="http://example.com/"/> description</fullitem>
|
||
|
</item>
|
||
|
</channel>
|
||
|
</rss>
|