Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge 2 NFG tests on Moar; [Coke]++.
  • Loading branch information
jnthn committed Apr 24, 2015
1 parent 8b86ef3 commit cce24c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-str/words.t
Expand Up @@ -19,7 +19,7 @@ is "a\nbc\nd".words, <a bc d>, 'words on string with \n';
is "a\c[NO-BREAK SPACE]bc d".words, <a bc d>, 'words on string with (U+00A0 NO-BREAK SPACE)';
is "ä bc d".words, <ä bc d>, 'words on string with non-ASCII letter';

#?rakudo 2 skip 'graphemes NYI'
#?rakudo.jvm 2 skip 'NFG on JVM'
#?niecza 2 todo 'charspec'
is "a\c[COMBINING DIAERESIS] bc d".words, ("ä", "bc", "d"), 'words on string with grapheme precomposed';
is( "a\c[COMBINING DOT ABOVE, COMBINING DOT BELOW] bc d".words,
Expand Down

0 comments on commit cce24c2

Please sign in to comment.