blob: 1f7d63ad26b644a68dd74befb2de163d6dbe935f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
Description: channel title works
Expect: feed.title.plainText() == 'test title'
-->
<rss version="2.0" >
<channel>
<title>test title</title>
</channel>
</rss>
|