summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-08-11 17:55:36 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-08-11 17:55:36 +0000
commitb0f2b690b4ba59b02c372a35658748cb0f31c38e (patch)
tree2f4566a6929a0d44860c18d4d25b521e266ab84b /MANIFEST
parenta59bce4bbbbefbc5a4b29acdba0b61be1c1754bf (diff)
downloadperl-b0f2b690b4ba59b02c372a35658748cb0f31c38e.tar.gz
Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst in Unicode handling. p4raw-id: //depot/perl@11637
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index f056363f22..991999b762 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2022,6 +2022,7 @@ t/op/inc.t See if inc/dec of integers near 32 bit limit work
t/op/index.t See if index works
t/op/int.t See if int works
t/op/join.t See if join works
+t/op/lc.t See if lc, uc, lcfirst, ucfirst, quotemeta work
t/op/length.t See if length works
t/op/lex_assign.t See if ops involving lexicals or pad temps work
t/op/lfs.t See if large files work for perlio