From 815e12f8731453fce48628ce0cdd3177c3f2abf7 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 5 Oct 2009 00:59:40 +0000 Subject: handle bad xml --- tests/it_xml.t | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests') 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 Object ( [val] => &<>&<>&<> ü ) ', + 'Predecode illegal entities', +); + + # Test inheritance class my_xml extends it_xml { -- cgit v1.2.3