planet/tests/data/reconstitute/content_illegal_char.xml
2007-01-11 15:05:30 -05:00

11 lines
230 B
XML

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