RetroZilla/toolkit/components/feeds/test/xml/rss2/feed_lastBuildDate.xml
2015-10-20 23:03:22 -04:00

12 lines
295 B
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!--
Description: channel lastBuildDate works
Expect: feed.fields.getProperty('lastBuildDate') == 'Sat, 07 Sep 2002 00:00:01 GMT'
-->
<rss version="2.0" >
<channel>
<lastBuildDate>Sat, 07 Sep 2002 00:00:01 GMT</lastBuildDate>
</channel>
</rss>