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

Description: Test whether date parsing handles partly-abbreviated dates.
Expect:      feed.updated == 'Tue, 25 Apr 2006 08:00:00 GMT'

-->
<rss version="2.0" >
<channel>
<pubDate>Tues, 25 Apri 2006 08:00:00 GMT</pubDate>
</channel>
</rss>