Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix test description; unfudge for rakudo.moar.
  • Loading branch information
jnthn committed Apr 24, 2015
1 parent 79a7dc0 commit 8b86ef3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions S29-conversions/ord_and_chr.t
Expand Up @@ -170,12 +170,10 @@ is "\c[DROMEDARY CAMEL]".ord, 0x1F42A, "ord of named high character";
is chr(0x1F42A).ord, 0x1F42A, "chr > ord round trip of high character";

{
is "\c[LATIN CAPITAL LETTER A WITH DOT ABOVE]".ord, 550, '.ord defaults to graphemes (2)';

#?rakudo todo 'RT #65172 - combining graphemes'
#?rakudo.jvm todo 'NFG on JVM'
#?niecza todo
is "\c[LATIN CAPITAL LETTER A, COMBINING DOT ABOVE]".ord, 550, '.ord defaults to graphemes (1)';

is "\c[LATIN CAPITAL LETTER A, COMBINING DOT ABOVE]".ord, 550, '.ord gives first NFC codepoint (1)';
is "\c[LATIN CAPITAL LETTER A WITH DOT ABOVE]".ord, 550, '.ord gives first NFC codepoint (2)';
}

#vim: ft=perl6

0 comments on commit 8b86ef3

Please sign in to comment.