browser/components/feeds/test/bug494328-data.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.

michael@0 1 <?xml version="1.0" encoding="UTF-8"?>
michael@0 2 <rss version="2.0">
michael@0 3 <channel>
michael@0 4 <title>Channel title</title>
michael@0 5 <description>Channel description</description>
michael@0 6 <link>Channel link</link>
michael@0 7 <item>
michael@0 8 <title>Episode 1</title>
michael@0 9 <enclosure url="http://www.example.com/podcasts/Episode%201" length="0" type="audio/x-m4a" />
michael@0 10 </item>
michael@0 11 <item>
michael@0 12 <title>Episode 2</title>
michael@0 13 <enclosure url="http://www.example.com/podcasts/Episode%20%232" length="0" type="audio/x-m4a" />
michael@0 14 </item>
michael@0 15 <item>
michael@0 16 <title>Episode 3</title>
michael@0 17 <enclosure url="http://www.example.com/podcasts/Episode%20%233/" length="0" type="audio/x-m4a" />
michael@0 18 </item>
michael@0 19 <item>
michael@0 20 <title>Episode 4</title>
michael@0 21 <enclosure url="http://www.example.com/podcasts/Is%20This%20Episode%20%234%3F" length="0" type="audio/x-m4a" />
michael@0 22 </item>
michael@0 23 </channel>
michael@0 24 </rss>

mercurial