From e63d1b62853eba23bbe473bb25ed57c6ad1a889c Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 7 Jan 2014 21:57:56 -0700 Subject: t/re/charset.t: Better test descriptions --- t/re/charset.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/re') 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) { -- cgit v1.2.1