Sha256: fbb8a4309fa7c323df9a1331b29ad5d8bbfab3296ad6c805bdc126687c9b4ddd

Contents?: true

Size: 680 Bytes

Versions: 18

Compression:

Stored size: 680 Bytes

Contents

<!--
Description: multiple entry source contributors
Expect:      not bozo and entries[0]['source']['contributors'] == [{'name': u'Contributor 1', 'email': u'me@example.com', 'href': u'http://example.com/'}, {'name': u'Contributor 2', 'email': u'you@example.com', 'href': 'http://two.example.com/'}]
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<entry>
<source>
  <contributor>
    <name>Contributor 1</name>
    <email>me@example.com</email>
    <uri>http://example.com/</uri>
  </contributor>
  <contributor>
    <name>Contributor 2</name>
    <email>you@example.com</email>
    <uri>http://two.example.com/</uri>
  </contributor>
</source>
</entry>
</feed>

Version data entries

18 entries across 18 versions & 5 rubygems

Version Path
arthurgeek-rfeedparser-0.9.940 tests/wellformed/atom10/entry_source_contributor_multiple.xml
eric-rfeedparser-0.9.951.2 tests/wellformed/atom10/entry_source_contributor_multiple.xml
rfeedparser-0.9.7 tests/wellformed/atom10/entry_source_contributor_multiple.xml
rfeedparser-0.9.8 tests/wellformed/atom10/entry_source_contributor_multiple.xml
rfeedparser-0.9.85 tests/wellformed/atom10/entry_source_contributor_multiple.xml
rfeedparser-0.9.86 tests/wellformed/atom10/entry_source_contributor_multiple.xml
rfeedparser-0.9.87 tests/wellformed/atom10/entry_source_contributor_multiple.xml
rfeedparser-0.9.9 tests/wellformed/atom10/entry_source_contributor_multiple.xml
rfeedparser-0.9.91 tests/wellformed/atom10/entry_source_contributor_multiple.xml
rfeedparser-0.9.92 tests/wellformed/atom10/entry_source_contributor_multiple.xml
rfeedparser-0.9.93 tests/wellformed/atom10/entry_source_contributor_multiple.xml
rfeedparser-0.9.931 tests/wellformed/atom10/entry_source_contributor_multiple.xml
rfeedparser-0.9.950 tests/wellformed/atom10/entry_source_contributor_multiple.xml
rfeedparser-0.9.940 tests/wellformed/atom10/entry_source_contributor_multiple.xml
rfeedparser-0.9.951 tests/wellformed/atom10/entry_source_contributor_multiple.xml
rfeedparser-ictv-0.9.931 tests/wellformed/atom10/entry_source_contributor_multiple.xml
rfeedparser_ictv-0.9.931 tests/wellformed/atom10/entry_source_contributor_multiple.xml
rfeedparser_ictv-0.9.932 tests/wellformed/atom10/entry_source_contributor_multiple.xml