summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-24 18:57:21 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-24 19:22:39 -0700
commit6ed220ebc20f7805b7f19ffb67e7f327def49c18 (patch)
treefc21b98bf7e308ce24354f9a28054f0b9eda9db1 /t
parentb0d6380c85d69e58c7ea9fa57bdc7c21a83f4ffd (diff)
downloadperl-6ed220ebc20f7805b7f19ffb67e7f327def49c18.tar.gz
fold_grind.t: Add comment
Diffstat (limited to 't')
-rw-r--r--t/re/fold_grind.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/re/fold_grind.t b/t/re/fold_grind.t
index 374b212919..cb04198da1 100644
--- a/t/re/fold_grind.t
+++ b/t/re/fold_grind.t
@@ -299,6 +299,9 @@ foreach my $test (sort { numerically } keys %tests) {
}
}
elsif ($charset eq 'l') {
+
+ # For l, don't need to test beyond one set those things that are
+ # all above latin1.
if (! $target_has_latin1 && ! $pattern_has_latin1) {
next if defined $has_tested_latin1_l
&& $has_tested_latin1_l != $test;