summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorSADAHIRO Tomoyuki <BQW10602@nifty.com>2006-11-05 06:53:50 +0900
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-11-04 19:15:19 +0000
commit9e08bc66da56140ed8efaea283d1b4b6053eef0b (patch)
tree499e32602b95c1343f5a56af79b647f195b4f5ff /MANIFEST
parent96d4b0ee18db074ad085f9a9d1710201f6a87763 (diff)
downloadperl-9e08bc66da56140ed8efaea283d1b4b6053eef0b.tar.gz
Re: [perl #40641] crash with unicode characters in regex comment
Message-Id: <20061104215302.3325.BQW10602@nifty.com> p4raw-id: //depot/perl@29204
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST10
1 files changed, 6 insertions, 4 deletions
diff --git a/MANIFEST b/MANIFEST
index d79308d1da..b5a4017789 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3587,14 +3587,16 @@ t/uni/chomp.t See if Unicode chomp works
t/uni/chr.t See if Unicode chr works
t/uni/class.t See if Unicode classes work (\p)
t/uni/fold.t See if Unicode folding works
+t/uni/greek.t See if Unicode in greek works
+t/uni/latin2.t See if Unicode in latin2 works
t/uni/lower.t See if Unicode casing works
t/uni/overload.t See if Unicode overloading works
t/uni/sprintf.t See if Unicode sprintf works
t/uni/title.t See if Unicode casing works
-t/uni/tr_7jis.t See if Unicode tr/// works
-t/uni/tr_eucjp.t See if Unicode tr/// works
-t/uni/tr_sjis.t See if Unicode tr/// works
-t/uni/tr_utf8.t See if Unicode tr/// works
+t/uni/tr_7jis.t See if Unicode tr/// in 7jis works
+t/uni/tr_eucjp.t See if Unicode tr/// in eucjp works
+t/uni/tr_sjis.t See if Unicode tr/// in sjis works
+t/uni/tr_utf8.t See if Unicode tr/// in utf8 works
t/uni/upper.t See if Unicode casing works
t/uni/write.t See if Unicode formats work
t/win32/getosversion.t Test if Win32::GetOSVersion() works