Sha256: a8fd3f9b5386c19a87b9d042aaae3ada09ea9fde54723be8a831f1f31ef28918
Contents?: true
Size: 538 Bytes
Versions: 18
Compression:
Stored size: 538 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 xmlns="http://www.w3.org/2005/Atom"> <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
18 entries across 18 versions & 5 rubygems