planet/tests/data/filter/tmpl/content_html.xml
2006-08-29 01:56:39 -04:00

11 lines
231 B
XML

<!--
Description: entity encoded html content
Expect: Items[0]['content'] == 'D&eacute;tente'
-->
<feed xmns="http://www.w3.org/2005/Atom">
<entry>
<content type="html">D&amp;eacute;tente</content>
</entry>
</feed>