summaryrefslogtreecommitdiff
path: root/lib/locale.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-02-04 13:57:42 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-04 13:57:42 +0000
commit3d439467d71fc96f7a30ee79820325b3520a7229 (patch)
tree8b47b636f12a56db2989fcba7ed54a7e34e0c163 /lib/locale.t
parent20ba30f468d23a62870c0f5047a078529d917e5a (diff)
downloadperl-3d439467d71fc96f7a30ee79820325b3520a7229.tar.gz
Comment microtweaks.
p4raw-id: //depot/perl@14549
Diffstat (limited to 'lib/locale.t')
-rw-r--r--lib/locale.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/locale.t b/lib/locale.t
index f90a9f1f8b..e9ba3fad21 100644
--- a/lib/locale.t
+++ b/lib/locale.t
@@ -737,11 +737,11 @@ foreach $Locale (@Locale) {
# the bg_BG (Bulgarian) locale under EBCDIC (OS/390 USS):
# the chr(173) (the "[") is the lowercase of the chr(235).
# Similarly losing EBCDIC locales include cs_cz, cs_CZ,
- # el_gr, el_GR, en_us.IBM-037 (!), en_US.IBM-037,
+ # el_gr, el_GR, en_us.IBM-037 (!), en_US.IBM-037 (!),
# et_ee, et_EE, hr_hr, hr_HR, hu_hu, hu_HU, lt_LT,
# mk_mk, mk_MK, nl_nl.IBM-037, nl_NL.IBM-037,
# pl_pl, pl_PL, ro_ro, ro_RO, ru_ru, ru_RU,
- # sk_sk, sk_SK, sl_si, sl_SI, tr_tr, tr_TR,
+ # sk_sk, sk_SK, sl_si, sl_SI, tr_tr, tr_TR.
if ($x =~ $re || $y =~ $re) {
print "# Regex characters in '$x' or '$y', skipping test 117 for locale '$Locale'\n";
next;