summaryrefslogtreecommitdiff
path: root/tests/it_xml.t
diff options
context:
space:
mode:
authorChristian Schneider2007-08-30 13:43:13 +0000
committerChristian Schneider2007-08-30 13:43:13 +0000
commit7722bd06a2797d06529d21fc939cd84ae98361fe (patch)
tree511292c13fa0d47e260f6e0ba2dd2dc794002e25 /tests/it_xml.t
parent52ead6bc0391e0c85cdba31e83cd38e661a514c6 (diff)
downloaditools-7722bd06a2797d06529d21fc939cd84ae98361fe.tar.gz
itools-7722bd06a2797d06529d21fc939cd84ae98361fe.tar.bz2
itools-7722bd06a2797d06529d21fc939cd84ae98361fe.zip
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
);
}