summaryrefslogtreecommitdiff
path: root/tests/it_xml.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/it_xml.t')
-rwxr-xr-xtests/it_xml.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/it_xml.t b/tests/it_xml.t
index 7e555bd..a0922c5 100755
--- a/tests/it_xml.t
+++ b/tests/it_xml.t
@@ -46,6 +46,13 @@ match(
'Character data with entities'
);
+match(
+ '<foo>&amp;&lt;&gt;&#38;&#60;&#62;&#x26;&#x3C;&#x3E; &uuml;</foo>',
+ 'foo Object ( [val] => &<>&<>&<> ü ) ',
+ 'Predecode illegal entities',
+);
+
+
# Test inheritance
class my_xml extends it_xml
{