From 06dbabffb1d0cbae2a707968b2cd34a996d23171 Mon Sep 17 00:00:00 2001
From: David Flatz
Date: Wed, 3 Feb 2016 18:12:16 +0100
Subject: make tests compatible to php 5.3 std
---
tests/it_xml.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'tests/it_xml.t')
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(
'& <a> & <b> & <c> ü',
'foo Object ( [val] => & & & ΓΌ ) ',
- 'Predecode illegal entities while keeping properly encoded ones',
+ 'Predecode illegal entities while keeping properly encoded ones'
);
match(
--
cgit v1.2.3