summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-24 10:46:23 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-24 19:22:39 -0700
commitba2d5dc95053f7da9d1c1cd64c956372b5fb7c21 (patch)
tree8d1152cee590fd4ed1ab961caab19fe80891bc4c /t
parent2c1ab6ff23db8c68871d566c0e663e50f785ed25 (diff)
downloadperl-ba2d5dc95053f7da9d1c1cd64c956372b5fb7c21.tar.gz
fold_grind: fix comment
Diffstat (limited to 't')
-rw-r--r--t/re/fold_grind.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/re/fold_grind.t b/t/re/fold_grind.t
index 458c7191fe..eaca554c11 100644
--- a/t/re/fold_grind.t
+++ b/t/re/fold_grind.t
@@ -279,8 +279,7 @@ foreach my $test (sort { numerically } keys %tests) {
# /aa should only affect things with folds in the ASCII range. But, try
# it on one pair in the other ranges just to make sure it doesn't break
- # them. Set these flags. They are set to the ord of the character
- # tested so that all pairs of that ord get tested.
+ # them.
if ($charset eq 'aa') {
if (! $target_has_ascii && ! $pattern_has_ascii) {
if ($target_above_latin1 || $pattern_above_latin1) {