summaryrefslogtreecommitdiffstats
path: root/toolkit/components/feeds/test/xml/rss09x/rss093.xml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/feeds/test/xml/rss09x/rss093.xml')
-rw-r--r--toolkit/components/feeds/test/xml/rss09x/rss093.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/toolkit/components/feeds/test/xml/rss09x/rss093.xml b/toolkit/components/feeds/test/xml/rss09x/rss093.xml
deleted file mode 100644
index f1bb81ddf..000000000
--- a/toolkit/components/feeds/test/xml/rss09x/rss093.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<!--
-
-Description: RSS 0.93 works
-Expect: feed.title.plainText() == "Scripting News" && result.version == "rss093"
-
--->
-<rss version="0.93">
- <channel>
- <language>en</language>
- <description>
- News and commentary from the cross-platform scripting community.
- </description>
- <link>http://www.scripting.com/</link>
- <title>Scripting News</title>
- <image>
- <link>http://www.scripting.com/</link>
- <title>Scripting News</title>
- <url>http://www.scripting.com/gifs/tinyScriptingNews.gif</url>
- </image>
- <item>
- <title>stuff</title>
- <link>http://bar.example.com</link>
- <description>This is an article about some stuff</description>
- </item>
- </channel>
-</rss> \ No newline at end of file