Added unit test for CDATA nodes
This commit is contained in:
parent
bac229dd14
commit
e17d3b8526
1 changed files with 6 additions and 0 deletions
6
unittests/cdata.svg
Normal file
6
unittests/cdata.svg
Normal 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 |
Loading…
Add table
Add a link
Reference in a new issue