Sha256: cc7cb701b59995fd81ab2136ce6d827334045063716dcfa0d7da00cab4791056
Contents?: true
Size: 549 Bytes
Versions: 31
Compression:
Stored size: 549 Bytes
Contents
<!-- Description: entry multiple links Expect: not bozo and entries[0]['links'] == [{'rel': u'alternate', 'type': u'application/xhtml+xml', 'href': u'http://www.example.com/'}, {'rel': u'service.post', 'type': u'application/atom+xml', 'href': 'http://www.example.com/post'}] --> <feed version="0.3" xmlns="http://purl.org/atom/ns#"> <entry> <link rel="alternate" type="application/xhtml+xml" href="http://www.example.com/"/> <link rel="service.post" type="application/atom+xml" href="http://www.example.com/post"/> </entry> </feed>
Version data entries
31 entries across 31 versions & 6 rubygems