mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-16 20:40:11 +01:00
13 lines
218 B
XML
13 lines
218 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!--
|
|
|
|
Description: channel description works
|
|
Expect: feed.subtitle.text == 'test'
|
|
|
|
-->
|
|
<rss version="2.0" >
|
|
<channel>
|
|
<description>test</description>
|
|
</channel>
|
|
</rss>
|