summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-04-11 12:11:06 -0600
committerKarl Williamson <public@khwilliamson.com>2011-04-11 12:16:36 -0600
commiteac006c9b5f4ca1954ec680fed91d18a53c763e1 (patch)
tree616156f4c287bce72e63b3a8bce40e08b5df4a93 /MANIFEST
parent342c85242bced7dbfd83bf3d2621282751e996b8 (diff)
downloadperl-eac006c9b5f4ca1954ec680fed91d18a53c763e1.tar.gz
Add test for [perl #87812]
This makes sure that no case insensitive match of a Latin1 character causes the utf8_heavy code to be loaded.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 27a9e7545d..0e02719f9a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5022,6 +5022,7 @@ t/porting/test_bootstrap.t Test that the instructions for test bootstrapping are
t/README Instructions for regression tests
t/re/charset.t See if regex modifiers like /d, /u work properly
t/re/fold_grind.t See if case folding works properly
+t/re/no_utf8_pm.t Verify utf8.pm doesn't get loaded unless required
t/re/overload.t Test against string corruption in pattern matches on overloaded objects
t/re/pat_advanced.t See if advanced esoteric patterns work
t/re/pat_advanced_thr.t See if advanced esoteric patterns work in another thread