]> git.pld-linux.org Git - packages/perl-XML-LibXSLT.git/blob - perl-XML-LibXSLT-error.patch
- rel 2
[packages/perl-XML-LibXSLT.git] / perl-XML-LibXSLT-error.patch
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.026046 seconds and 3 git commands to generate.