14 lines
192 B
XML
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>
|
|
|