From: Ken M. <kma...@us...> - 2003-10-22 01:16:03
|
Update of /cvsroot/perl-xml/libxml-perl/t In directory sc8-pr-cvs1:/tmp/cvs-serv25009/t Modified Files: stream.t Log Message: t/stream.t: fix bug in test 11 for Perl >= 5.6 Index: stream.t =================================================================== RCS file: /cvsroot/perl-xml/libxml-perl/t/stream.t,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- stream.t 16 Aug 1999 16:04:03 -0000 1.1 +++ stream.t 21 Oct 2003 16:01:54 -0000 1.2 @@ -61,7 +61,7 @@ 3rd line in bar <!-- Isn't this a doozy --> </bar> <zap fubar="1" ref="zing"></zap> - This, '\302\240', would be a bad character in UTF-8. + This, '\240', would be a bad character in UTF-8. </foo> EOF; |