<!--
Description: item guid (not permalink) is not duplicated into link
Expect:      not bozo and entries[0]['link'] == u'http://link.example.com/'
-->
<rss version="2.0">
<channel>
<item>
<link>http://link.example.com/</link>
<guid isPermaLink="false">http://guid.example.com/</guid>
</item>
</channel>
</rss>