From ba2d5dc95053f7da9d1c1cd64c956372b5fb7c21 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 24 Feb 2011 10:46:23 -0700 Subject: fold_grind: fix comment --- t/re/fold_grind.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 't') 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) { -- cgit v1.2.1