Skip to content

Commit

Permalink
[jvm] Fudge two failing unicode tests
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Nov 28, 2017
1 parent 2342d1d commit c39830a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S15-unicode-information/uniname.t
Expand Up @@ -68,7 +68,9 @@ is "AB".uninames, ("LATIN CAPITAL LETTER A", "LATIN CAPITAL LETTER B"), "uniname
#?rakudo.jvm skip "No Unicode 9 yet"
is uniname("🦋"), "BUTTERFLY", "Can resolve Unicode 9 character name";

#?rakudo.jvm todo "HANGUL SYLLABLES D4DB"
is-deeply 0xD4DB.uniname, "Hangul Syllable PWILH", "Supports composed Hangul Syllable names";
#?rakudo.jvm todo "CJK UNIFIED IDEOGRAPHS 4FFE"
is-deeply 0x4FFE.uniname, "<CJK Ideograph-4FFE>", "U+4FFE is <CJK Ideograph-4FFE>";
# Tests all noncharacters as well as makes sure the codepoints before and after those ranges are not
# erronerously set as noncharacters
Expand Down

0 comments on commit c39830a

Please sign in to comment.