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

14 lines
291 B
XML

<!--
Description: xhtml summary
Expect: summary_detail.value == 'A <b>very</b> bad day'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<entry>
<summary type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">A <b>very</b> bad day</div>
</summary>
</entry>
</feed>