mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
12 lines
271 B
XML
12 lines
271 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!--
|
|
|
|
Description: channel pubDate works
|
|
Expect: feed.fields.getProperty('pubDate') == '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> |