mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 01:15:05 -05:00
9 lines
291 B
XML
9 lines
291 B
XML
|
<!--
|
||
|
Description: entry link title
|
||
|
Expect: not bozo and entries[0]['links'][0]['title'] == u'Example title'
|
||
|
-->
|
||
|
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
|
||
|
<entry>
|
||
|
<link rel="alternate" type="text/html" title="Example title" href="http://www.example.com/"/>
|
||
|
</entry>
|
||
|
</feed>
|