Skip to content

Commit

Permalink
UCD.t: Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Sep 1, 2021
1 parent 45577eb commit e3d65f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Unicode/UCD.t
Expand Up @@ -800,6 +800,8 @@ SKIP:
if ($v_unicode_version ge v4.1.0) {
use Unicode::UCD qw(namedseq);

is(namedseq("KEYCAP DIGIT ZERO"), "0\x{FE0F}\x{20E3}",
"namedseq with char that varies under EBCDIC");
is(namedseq("KATAKANA LETTER AINU P"), "\x{31F7}\x{309A}", "namedseq");
is(namedseq("KATAKANA LETTER AINU Q"), undef);
is(namedseq(), undef);
Expand Down

0 comments on commit e3d65f9

Please sign in to comment.