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: perl-5.7.3~652 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/229196e5c9b94d8a3473e04c9e2907f473bca025?hp=5b781b5bd88f1a6304dcbbe8f741a84af480cee7 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}";