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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Updating the test count is good; also rephrasing
[perl5.git]
/
t
/
op
/
pat.t
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}";