Added unit test for CDATA nodes

This commit is contained in:
JSCHILL1 2009-08-05 22:53:51 -05:00
parent bac229dd14
commit e17d3b8526

6
unittests/cdata.svg Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg">
<script type="application/ecmascript"><![CDATA[
alert('pb&j');
]]></script>
</svg>

After

Width:  |  Height:  |  Size: 183 B