so that there is no ok output containing "not".
p4raw-id: //depot/perl@14207
$| = 1;
-print "1..847\n";
+print "1..849\n";
BEGIN {
chdir 't' if -d 't';
}
{
- 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}";