diff options
author | Karl Williamson <public@khwilliamson.com> | 2014-01-07 21:57:56 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2014-01-09 11:15:43 -0700 |
commit | e63d1b62853eba23bbe473bb25ed57c6ad1a889c (patch) | |
tree | 28b5440902e2f40d4e9e259e8eb45cf96d7eb961 /t/re/charset.t | |
parent | 78add018a01221839c23f0cfecc3110bb28d038f (diff) | |
download | perl-e63d1b62853eba23bbe473bb25ed57c6ad1a889c.tar.gz |
t/re/charset.t: Better test descriptions
Diffstat (limited to 't/re/charset.t')
-rw-r--r-- | t/re/charset.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/re/charset.t b/t/re/charset.t index a1e3be19ff..0c77c31c20 100644 --- a/t/re/charset.t +++ b/t/re/charset.t @@ -105,8 +105,8 @@ foreach my $charset (@charsets) { # We are using the C locale, which is essentially ASCII, # but under utf8, the above-latin1 chars are treated as # Unicode) - $reason = "\"$char\" is not a $class in this locale under /l"; - $neg_reason = "\"$char\" is a $complement in this locale under /l"; + $reason = "\"$char\" is not a $class in the C locale under /l"; + $neg_reason = "\"$char\" is a $complement in the C locale under /l"; $match = 0; } elsif ($upgrade) { |