diff options
author | Karl Williamson <khw@khw-desktop.(none)> | 2010-07-11 11:44:46 -0600 |
---|---|---|
committer | Karl Williamson <khw@khw-desktop.(none)> | 2010-07-13 17:12:33 -0600 |
commit | 4cf086c7e60105e8ed2fec3aa19676da387282a6 (patch) | |
tree | 8ef0ff54e250f4cab72f0ecd4d1fd1f54c3012c4 /lib | |
parent | 8f85205223a1fceed117c943fb0fa00dddd0e369 (diff) | |
download | perl-4cf086c7e60105e8ed2fec3aa19676da387282a6.tar.gz |
charnames.t: Test that can have string "0x..."
The form "0x..." is supposed to evaluate as if it weren't a string.
Make sure that is tested
Diffstat (limited to 'lib')
-rw-r--r-- | lib/charnames.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/charnames.t b/lib/charnames.t index 5be1c47bd5..485926db1a 100644 --- a/lib/charnames.t +++ b/lib/charnames.t @@ -52,7 +52,7 @@ EOE { - use charnames ':full', ":alias" => { mychar1 => 0xE8000, + use charnames ':full', ":alias" => { mychar1 => "0xE8000", mychar2 => 983040, # U+F0000 mychar3 => "U+100000", myctrl => 0x80, |