summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-01-04 11:05:32 -0700
committerKarl Williamson <public@khwilliamson.com>2013-01-04 13:08:21 -0700
commit5198c1376b087a9fe884633b2b73800365a9b43a (patch)
treeb3c2ebd80f0633d58ef546d14c684e1e89458271 /t
parent695481e210e60cbb90817302c3e904667987e9e2 (diff)
downloadperl-5198c1376b087a9fe884633b2b73800365a9b43a.tar.gz
charnames: :alias alone implies :full
The documentation says this is how it should behave, but only 1 of the three paths in the code did it, and in fact there was a test to the contrary. I'm only adding a test for one of the two fixed paths, as the other one appears to require a weird file name.
Diffstat (limited to 't')
-rw-r--r--t/lib/charnames/alias8
1 files changed, 0 insertions, 8 deletions
diff --git a/t/lib/charnames/alias b/t/lib/charnames/alias
index ddf797db74..d5c589e83f 100644
--- a/t/lib/charnames/alias
+++ b/t/lib/charnames/alias
@@ -56,14 +56,6 @@ EXPECT
OPTIONS regex
:alias cannot use existing pragma :full \(reversed order\?\) at
########
-# NAME alias with hashref but no :full
-use warnings;
-use charnames ":alias" => { e_ACUTE => "LATIN SMALL LETTER E WITH ACUTE" };
-"Here: \N{e_ACUTE}!\n";
-EXPECT
-OPTIONS regex fatal
-Unknown charname 'e_ACUTE' at - line \d+, within string
-########
# NAME alias with hashref but with :short
use warnings;
no warnings 'void';