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

11 lines
264 B
XML

<!--
Description: illegal control character
Expect: content[0].value == u'Page 1<acronym title="U+000c">\ufffd</acronym>Page 2'
-->
<feed xmns="http://www.w3.org/2005/Atom">
<entry>
<content type="html">Page 1&#12;Page 2</content>
</entry>
</feed>