planet/tests/data/reconstitute/contributor_name.xml
2006-08-16 11:54:54 -04:00

14 lines
228 B
XML

<!--
Description: contributor name
Expect: contributors[0].name == 'John Doe'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<entry>
<contributor>
<name>John Doe</name>
</contributor>
</entry>
</feed>