planet/tests/data/reconstitute/id_only_link.xml
2006-08-16 11:54:54 -04:00

14 lines
192 B
XML

<!--
Description: id generated from link
Expect: id == 'http://example.com/1'
-->
<rss>
<channel>
<item>
<link>http://example.com/1</link>
</item>
</channel>
</rss>