]> git.pld-linux.org Git - packages/perl-XML-LibXSLT.git/blame - perl-XML-LibXSLT-error.patch
- tabs in preamble
[packages/perl-XML-LibXSLT.git] / perl-XML-LibXSLT-error.patch
CommitLineData
6008a35b
JB
1--- XML-LibXSLT-1.61/t/13error.t.orig 2006-10-27 20:56:09.235829750 +0200
2+++ XML-LibXSLT-1.61/t/13error.t 2006-10-27 20:56:26.472907000 +0200
3@@ -115,7 +115,7 @@
4 eval { $results = $stylesheet->transform($doc); };
5 ok( $@ );
6
7-ok( $@ =~ /unregistered variable foo/ );
8+ok( $@ =~ /unregistered variable foo|Variable 'foo' has not been declared/ );
9 ok( $@ =~ /element value-of/ );
10
11 }
This page took 0.046248 seconds and 4 git commands to generate.