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

Description: non-RFC822 date should produce null feed.updated
Expect:      feed.updated == null

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