planet/tests/data/reconstitute/content_illegal_char.xml
2010-05-11 22:01:42 -04:00

11 lines
217 B
XML

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