Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tag with RTs
  • Loading branch information
coke committed Aug 4, 2014
1 parent f5c6cb1 commit 2ec03c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S15-unicode-information/uniname.t
Expand Up @@ -15,9 +15,11 @@ is uniname("0"), "DIGIT ZERO", "uniname works in string form";
is uniname("नि"), uniname(""), "string version of uniname converts to NFG strings to NFC";

is uniname("A"), "LATIN CAPITAL LETTER A", "uniname() returns current Unicode name for graphic character.";
#?rakudo todo "RT #122470"
is uniname("\0"), "<control-0000>", "uniname() returns codepoint label for control character without a current name.";
is uniname(""), "PILCROW SIGN", "uniname() on character with current & Unicode 1 name returns current name.";
is uniname("\x[2028]"), "LINE SEPARATOR", "uniname() returns current Unicode name for formatting character.";
#?rakudo todo "RT #122471"
is uniname("\x[80]"), "<control-0080>", "uniname() returns codepoint label for control character without any name.";

#?rakudo.moar 5 skip ":one NYI"
Expand Down

0 comments on commit 2ec03c5

Please sign in to comment.