summaryrefslogtreecommitdiffstats
path: root/toolkit/components/feeds/test/xml/rss2/feed_title_cdata_mixed.xml
blob: 19ef62915d36e5673a48b238d65eb5e6031770b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="iso-8859-1"?>
<!--

Description: channel title works w/ funky CDATA title
Expect:      feed.title.plainText() == 'test title'

-->
<rss version="2.0" >
<channel>
<title>test t<![CDATA[it]]>le</title>
</channel>
</rss>