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:
883cce4
)
fold_grind.t: Enable EXACTish tests
author
Karl Williamson
<public@khwilliamson.com>
Sun, 28 Nov 2010 05:10:35 +0000
(22:10 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 28 Nov 2010 12:49:17 +0000
(
04:49
-0800)
t/re/fold_grind.t
patch
|
blob
|
blame
|
history
diff --git
a/t/re/fold_grind.t
b/t/re/fold_grind.t
index
b6d79e1
..
13fdd3c
100644
(file)
--- a/
t/re/fold_grind.t
+++ b/
t/re/fold_grind.t
@@
-258,7
+258,7
@@
foreach my $test (sort { numerically } keys %tests) {
my @rhs = @x_pattern;
#print "$lhs: ", "/@rhs/\n";
- foreach my $bracketed (1) { # Put rhs in [...], or not
+ foreach my $bracketed (
0,
1) { # Put rhs in [...], or not
foreach my $inverted (0,1) {
next if $inverted && ! $bracketed;