browser/components/feeds/test/bug494328-data.xml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/components/feeds/test/bug494328-data.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<rss version="2.0">
     1.6 +  <channel>
     1.7 +    <title>Channel title</title>
     1.8 +    <description>Channel description</description>
     1.9 +    <link>Channel link</link>
    1.10 +    <item>
    1.11 +      <title>Episode 1</title>
    1.12 +      <enclosure url="http://www.example.com/podcasts/Episode%201" length="0" type="audio/x-m4a" />
    1.13 +    </item>
    1.14 +    <item>
    1.15 +      <title>Episode 2</title>
    1.16 +      <enclosure url="http://www.example.com/podcasts/Episode%20%232" length="0" type="audio/x-m4a" />
    1.17 +    </item>
    1.18 +    <item>
    1.19 +      <title>Episode 3</title>
    1.20 +      <enclosure url="http://www.example.com/podcasts/Episode%20%233/" length="0" type="audio/x-m4a" />
    1.21 +    </item>
    1.22 +    <item>
    1.23 +      <title>Episode 4</title>
    1.24 +      <enclosure url="http://www.example.com/podcasts/Is%20This%20Episode%20%234%3F" length="0" type="audio/x-m4a" />
    1.25 +    </item>
    1.26 +  </channel>
    1.27 +</rss>

mercurial