blob: a98a3c19ed8fcb0c442bc3f2c5f5977547153223 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?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>
|