diff options
author | Christian Schneider | 2007-08-30 13:43:13 +0000 |
---|---|---|
committer | Christian Schneider | 2007-08-30 13:43:13 +0000 |
commit | 7722bd06a2797d06529d21fc939cd84ae98361fe (patch) | |
tree | 511292c13fa0d47e260f6e0ba2dd2dc794002e25 /tests/it_xml.t | |
parent | 52ead6bc0391e0c85cdba31e83cd38e661a514c6 (diff) | |
download | itools-7722bd06a2797d06529d21fc939cd84ae98361fe.tar.gz itools-7722bd06a2797d06529d21fc939cd84ae98361fe.tar.bz2 itools-7722bd06a2797d06529d21fc939cd84ae98361fe.zip |
Diffstat (limited to 'tests/it_xml.t')
-rwxr-xr-x | tests/it_xml.t | 2 |
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 ); } |