Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change fudged tests for JVM from 'skipped' to 'todo'
  • Loading branch information
usev6 committed May 9, 2015
1 parent a99c96f commit 0959146
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.jvm 2 skip 'NFG on JVM RT #124739'
#?rakudo.jvm 2 todo 'NFG on JVM RT #124739'
#?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 0959146

Please sign in to comment.