blob: dab904383d99d8bf419a60336843cb9295565692 [file] [log] [blame]
>>> less than and ampersand are escaped
< &
<<<
<p>&lt; &amp;</p>
>>> greater than is escaped
not you >
<<<
<p>not you &gt;</p>
>>> existing entities are untouched
&amp;
<<<
<p>&amp;</p>