reg_fold.t: Don't duplicate fold_grind.t
authorKarl Williamson <public@khwilliamson.com>
Mon, 15 Nov 2010 19:10:28 +0000 (12:10 -0700)
committerFather 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

index a9f3bbd..135b40e 100644 (file)
@@ -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) {