toolkit/components/feeds/test/xml/rss1/feed_description_normalized.xml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/components/feeds/test/xml/rss1/feed_description_normalized.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<!--
     1.6 +
     1.7 +Description: RSS1 feed description works normalized
     1.8 +Expect: feed.subtitle.text == 'a description'
     1.9 +
    1.10 +-->
    1.11 +<rdf:RDF 
    1.12 +  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    1.13 +  xmlns="http://purl.org/rss/1.0/"
    1.14 +>
    1.15 +  <channel rdf:about="http://www.xml.com/xml/news.rss">
    1.16 +    <title>Test</title>
    1.17 +    <link>http://xml.com/pub</link>
    1.18 +    <description>a description</description>
    1.19 +  </channel>
    1.20 +</rdf:RDF>

mercurial