planet/tests/data/reconstitute/enclosure.xml
2006-10-18 22:38:39 -04:00

14 lines
218 B
XML

<!--
Description: enclosure
Expect: links[0].rel == 'enclosure' and id == 'http://example.com/1'
-->
<rss>
<channel>
<item>
<enclosure href="http://example.com/1"/>
</item>
</channel>
</rss>