14 lines
228 B
XML
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>
|
|
|