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:
a2d9a01
)
reg_fold.t: Don't duplicate fold_grind.t
author
Karl Williamson
<public@khwilliamson.com>
Mon, 15 Nov 2010 19:10:28 +0000
(12:10 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 22 Nov 2010 21:32:55 +0000
(13:32 -0800)
This removes testing of bracketed character classes from reg_fold.t,
which are better tested by the new fold_grind.t
t/re/reg_fold.t
patch
|
blob
|
blame
|
history
diff --git
a/t/re/reg_fold.t
b/t/re/reg_fold.t
index
a9f3bbd
..
135b40e
100644
(file)
--- a/
t/re/reg_fold.t
+++ b/
t/re/reg_fold.t
@@
-27,7
+27,7
@@
while (<$fh>) {
my $chr="\\x{$cp}";
my @str;
foreach my $swap (0, 1) { # swap lhs and rhs, or not.
- foreach my $charclass (0
, 1
) { # Put rhs in [...], or not
+ foreach my $charclass (0) { # Put rhs in [...], or not
my $lhs;
my $rhs;
if ($swap) {