Sha256: 2718c76c51bf7e787415457b7fc729e1a9085acdbdea1d6774799e68ed4e2fda

Contents?: true

Size: 513 Bytes

Versions: 31

Compression:

Stored size: 513 Bytes

Contents

<!--
Description: feed multiple links
Expect:      bozo and feed['links'] == [{'rel': 'alternate', 'type': 'application/xhtml+xml', 'href': 'http://www.example.com/'}, {'rel': 'service.post', 'type': 'application/atom+xml', 'href': 'http://www.example.com/post'}]
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
  <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"/>
</feed

Version data entries

31 entries across 31 versions & 6 rubygems

Version Path
arthurgeek-rfeedparser-0.9.940 tests/illformed/atom/feed_link_multiple.xml
eric-rfeedparser-0.9.951.2 tests/illformed/atom/feed_link_multiple.xml
feedtools-0.2.17 test/feeds/illformed/atom/feed_link_multiple.xml
feedtools-0.2.18 test/feeds/illformed/atom/feed_link_multiple.xml
feedtools-0.2.19 test/feeds/illformed/atom/feed_link_multiple.xml
feedtools-0.2.20 test/feeds/illformed/atom/feed_link_multiple.xml
feedtools-0.2.21 test/feeds/illformed/atom/feed_link_multiple.xml
feedtools-0.2.23 test/feeds/illformed/atom/feed_link_multiple.xml
feedtools-0.2.22 test/feeds/illformed/atom/feed_link_multiple.xml
feedtools-0.2.24 test/feeds/illformed/atom/feed_link_multiple.xml
feedtools-0.2.25 test/feeds/illformed/atom/feed_link_multiple.xml
feedtools-0.2.26 test/feeds/illformed/atom/feed_link_multiple.xml
feedtools-0.2.27 test/feeds/illformed/atom/feed_link_multiple.xml
feedtools-0.2.28 test/feeds/illformed/atom/feed_link_multiple.xml
feedtools-0.2.29 test/feeds/illformed/atom/feed_link_multiple.xml
rfeedparser-0.9.7 tests/illformed/atom/feed_link_multiple.xml
rfeedparser-0.9.8 tests/illformed/atom/feed_link_multiple.xml
rfeedparser-0.9.85 tests/illformed/atom/feed_link_multiple.xml
rfeedparser-0.9.86 tests/illformed/atom/feed_link_multiple.xml
rfeedparser-0.9.87 tests/illformed/atom/feed_link_multiple.xml