Skip to content

Commit cce24c2

Browse files
committed
Unfudge 2 NFG tests on Moar; [Coke]++.
1 parent 8b86ef3 commit cce24c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S32-str/words.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ is "a\nbc\nd".words, <a bc d>, 'words on string with \n';
1919
is "a\c[NO-BREAK SPACE]bc d".words, <a bc d>, 'words on string with (U+00A0 NO-BREAK SPACE)';
2020
is "ä bc d".words, <ä bc d>, 'words on string with non-ASCII letter';
2121

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

0 commit comments

Comments
 (0)