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

Description: channel copyright works 
Expect:      feed.fields.getProperty('copyright') == 'copyright 2005'

-->
<rss version="2.0" >
<channel>
<copyright>copyright 2005


</copyright>
</channel>
</rss>