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

11 lines
199 B
XML

<!--
Description: plain text content
Expect: content[0].value == 'AT&T'
-->
<feed xmns="http://www.w3.org/2005/Atom">
<entry>
<content type="text">AT&amp;T</content>
</entry>
</feed>