From: Jarkko Hietaniemi Date: Sat, 12 Jan 2002 05:16:55 +0000 (+0000) Subject: Updating the test count is good; also rephrasing X-Git-Tag: accepted/trunk/20130322.191538~28416 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=229196e5c9b94d8a3473e04c9e2907f473bca025;p=platform%2Fupstream%2Fperl.git Updating the test count is good; also rephrasing so that there is no ok output containing "not". p4raw-id: //depot/perl@14207 --- diff --git a/t/op/pat.t b/t/op/pat.t index f7e9a61..9318070 100755 --- a/t/op/pat.t +++ b/t/op/pat.t @@ -6,7 +6,7 @@ $| = 1; -print "1..847\n"; +print "1..849\n"; BEGIN { chdir 't' if -d 't'; @@ -2621,7 +2621,7 @@ print "# some Unicode properties\n"; } { - print "# . with /s should work on characters, not bytes\n"; + print "# . with /s should work on characters, as opposed to bytes\n"; my $s = "\x{e4}\x{100}";