Updating the test count is good; also rephrasing
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 12 Jan 2002 05:16:55 +0000 (05:16 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 12 Jan 2002 05:16:55 +0000 (05:16 +0000)
so that there is no ok output containing "not".

p4raw-id: //depot/perl@14207

t/op/pat.t

index f7e9a61..9318070 100755 (executable)
@@ -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}";