toolkit/components/feeds/test/xml/rss2/item_pubDate.xml

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     1 <?xml version="1.0" encoding="iso-8859-1"?>
     2 <!--
     4 Description: entry pubDate works 
     5 Expect:      feed.items.queryElementAt(0, Components.interfaces.nsIFeedEntry).published == 'Tue, 02 Sep 2003 00:00:01 GMT'
     7 -->
     8 <rss version="2.0" xmlns:dcterms="http://purl.org/dc/terms/">
     9 <channel>
    10 <item>
    11 <pubDate>Tue, 02 Sep 2003 00:00:01 GMT</pubDate>
    12 </item>
    13 </channel>
    14 </rss>

mercurial