Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S32-str/flip.t] fudge 2 grapheme tests for niecza
  • Loading branch information
mberends committed Apr 15, 2011
1 parent 5b94e54 commit 3d1828e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-str/flip.t
Expand Up @@ -25,6 +25,7 @@ is( 'Hello World !'.flip.flip, 'Hello World !',
# flip with unicode :
is( '䀻«'.flip, '«»€ä', "some unicode characters" );

#?niecza 2 skip 'graphemes not implemented'
#?rakudo 2 skip 'graphemes not implemented'
is( "a\c[COMBINING DIAERESIS]b".flip, '', "grapheme precomposed" );
is( "a\c[COMBINING DOT ABOVE, COMBINING DOT BELOW]b".flip,
Expand Down

0 comments on commit 3d1828e

Please sign in to comment.