aboutsummaryrefslogtreecommitdiff
path: root/tests/test_rss.xml
diff options
context:
space:
mode:
authorJohn Conway <john.a.conway@gmail.com>2019-05-17 18:57:04 +0100
committerJohn Conway <john.a.conway@gmail.com>2019-05-17 18:57:04 +0100
commit30ed0739aa64abdb1dc4372c6618c4c5f35cd992 (patch)
treeb04111f235c992ddcbd1e80c1f6152c194e5709e /tests/test_rss.xml
parent80d3a0bda8e24220bf4b657a0f23114ac2fc3f2d (diff)
downloadfeed-nim-30ed0739aa64abdb1dc4372c6618c4c5f35cd992.tar.gz
feed-nim-30ed0739aa64abdb1dc4372c6618c4c5f35cd992.zip
[RSS] CData fix
Diffstat (limited to 'tests/test_rss.xml')
-rw-r--r--tests/test_rss.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_rss.xml b/tests/test_rss.xml
index 4432d9e..86cdfa7 100644
--- a/tests/test_rss.xml
+++ b/tests/test_rss.xml
@@ -46,7 +46,7 @@
<title>Aeroplanes not Airplanes</title>
<link>http://joe.bloggs/posts/1</link>
<pubDate>Sat, 07 Sep 2002 00:00:01 GMT</pubDate>
- <description>Aero- not air-, fools!</description>
+ <description><![CDATA[Aero- not air-, fools!]]></description>
<author>jane@joe.bloggs (Jane Bloggs)</author>
<category domain="http://awesomecategories.org" >Words</category>
<comments>http://joe.bloggs/posts/1/comments</comments>