planet/tests/data/reconstitute/category_label.xml
2006-09-15 07:20:54 -04:00

12 lines
181 B
XML

<!--
Description: category label
Expect: tags[0].label == 'Inbox'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<entry>
<category label="Inbox"/>
</entry>
</feed>