mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-03 18:03:37 +00:00
9 lines
156 B
XML
9 lines
156 B
XML
|
<!--
|
||
|
Description: scaron
|
||
|
Expect: feed['title'] == u'testing \u0161 entity'
|
||
|
-->
|
||
|
<rss>
|
||
|
<channel>
|
||
|
<title>testing š entity</title>
|
||
|
</channel>
|
||
|
</rss>
|