From: Jarkko Hietaniemi Date: Tue, 4 Feb 2003 06:35:51 +0000 (+0000) Subject: Comment tweak. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=68b871bb4a348d153c096d0edd21e3147f4c7025;p=p5sagit%2Fp5-mst-13.2.git Comment tweak. p4raw-id: //depot/perl@18652 --- diff --git a/t/op/pat.t b/t/op/pat.t index 360892b..5ac1dc1 100755 --- a/t/op/pat.t +++ b/t/op/pat.t @@ -3090,6 +3090,5 @@ ok("bbbbac" =~ /$pattern/ && $1 eq 'a', "[perl #3547]"); ok( $1 ne "\xC4\x80", '$1 is not non-utf-8' ); } -# last test 984 - +# last test 986