mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 09:25:03 -05:00
12 lines
313 B
XML
12 lines
313 B
XML
|
<!--
|
||
|
Description: style="background: yellow;"
|
||
|
Expect: not bozo and entries[0]['description'] == '<span style="background: yellow;">Some text</span>'
|
||
|
-->
|
||
|
<rss version="2.0">
|
||
|
<channel>
|
||
|
<item>
|
||
|
<description><span style="background: yellow;">Some text</span></description>
|
||
|
</item>
|
||
|
</channel>
|
||
|
</rss>
|