From 43261032de58cee70955551d4e6006208b79100c Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Wed, 10 Jun 2009 14:38:34 +0000 Subject: Added test for xml parsing with entities like ampersand --- tests/it_xml.t | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/it_xml.t b/tests/it_xml.t index cfb95b2..7e555bd 100755 --- a/tests/it_xml.t +++ b/tests/it_xml.t @@ -40,6 +40,12 @@ match( 'Tags and attributes with name space and special characters' ); +match( + 'x & y', + 'foo Object ( [val] => x & y ) ', + 'Character data with entities' +); + # Test inheritance class my_xml extends it_xml { -- cgit v1.2.3