summaryrefslogtreecommitdiff
path: root/tests/it_xml.t
diff options
context:
space:
mode:
authorDavid Flatz2016-02-03 18:12:16 +0100
committerDavid Flatz2016-02-03 18:25:21 +0100
commit06dbabffb1d0cbae2a707968b2cd34a996d23171 (patch)
tree374a9c8b9e9535dd228da4a2d8b2e874241b46b6 /tests/it_xml.t
parenteb55ac5cea8ad3720505645600e6d854d737603a (diff)
downloaditools-06dbabffb1d0cbae2a707968b2cd34a996d23171.tar.gz
itools-06dbabffb1d0cbae2a707968b2cd34a996d23171.tar.bz2
itools-06dbabffb1d0cbae2a707968b2cd34a996d23171.zip
make tests compatible to php 5.3 std
Diffstat (limited to 'tests/it_xml.t')
-rwxr-xr-xtests/it_xml.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/it_xml.t b/tests/it_xml.t
index d74fadf..f53ceeb 100755
--- a/tests/it_xml.t
+++ b/tests/it_xml.t
@@ -72,7 +72,7 @@ match(
match(
'<foo>&amp;amp; &lt;a&gt; &#38;amp; &#60;b&#62; &#x26;amp; &#x3C;c&#x3E; &uuml;</foo>',
'foo Object ( [val] => &amp; <a> &amp; <b> &amp; <c> ΓΌ ) ',
- 'Predecode illegal entities while keeping properly encoded ones',
+ 'Predecode illegal entities while keeping properly encoded ones'
);
match(