summaryrefslogtreecommitdiff
path: root/tests/it_xml.t
diff options
context:
space:
mode:
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 5d652cc..5651fbe 100755
--- a/tests/it_xml.t
+++ b/tests/it_xml.t
@@ -14,7 +14,7 @@ function match($xmldata, $expected, $name, $prefix = "")
is(
preg_replace('/[#\s]+/', " ", print_r($xml->$varname, true)),
$expected,
- $name,
+ $name
);
}