1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-14 04:19:22 +00:00
Files
UXP/toolkit/components/feeds/test/xml/rss2/feed_pubDate_invalid.xml
T

13 lines
261 B
XML

<?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>