summaryrefslogtreecommitdiffstats
path: root/toolkit/components/feeds/test/xml/rss2/feed_updated.xml
blob: c9e75e360fde82a41bb808875758b9894442d3ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="iso-8859-1"?>
<!--

Description: channel pubDate works 
Expect:      feed.updated == 'Sat, 07 Sep 2002 00:00:01 GMT'

-->
<rss version="2.0" >
<channel>
<pubDate>Sat, 07 Sep 2002 00:00:01 GMT</pubDate>
</channel>
</rss>