mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
359 B
XML
16 lines
359 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!--
|
|
|
|
Description: item title works
|
|
Expect: feed.items.queryElementAt(0, Components.interfaces.nsIFeedEntry).content.plainText() == 'foobar'
|
|
|
|
-->
|
|
<rss version="2.0" >
|
|
<channel>
|
|
<item xmlns:c="http://purl.org/rss/1.0/modules/content/">
|
|
<title>test</title>
|
|
<c:encoded>foobar</c:encoded>
|
|
</item>
|
|
</channel>
|
|
</rss>
|