This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b781b5
)
Updating the test count is good; also rephrasing
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 12 Jan 2002 05:16:55 +0000
(
05:16
+0000)
committer
Jarkko 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
patch
|
blob
|
blame
|
history
diff --git
a/t/op/pat.t
b/t/op/pat.t
index
f7e9a61
..
9318070
100755
(executable)
--- a/
t/op/pat.t
+++ b/
t/op/pat.t
@@
-6,7
+6,7
@@
$| = 1;
-print "1..84
7
\n";
+print "1..84
9
\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}";