Skip to content

Commit

Permalink
refudged unicode-version dependant test on parrot. Correct comments -…
Browse files Browse the repository at this point in the history
… need unicode 6.1 bartolin++
  • Loading branch information
dwarring committed Oct 5, 2014
1 parent c335b12 commit 5dc7e0d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions S05-mass/charsets.t
Expand Up @@ -28,13 +28,16 @@ plan 17;
#?rakudo.jvm todo 'Unicode 6.3 -- lower characters'
is $latin-chars.comb(/<lower>/).join, "abcdefghijklmnopqrstuvwxyzµßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ", 'lower chars';

# unicode 6.0 reclassifies § and ¶ as punctuation characters, so actual results may vary depending on
#++ FLAPPERS on jvm/parrot
# unicode 6.1 reclassifies § and ¶ as punctuation characters, so actual results may vary depending
# on unicode version bundled with jdk, icu etc.
#?rakudo.parrot todo 'punct characters'
#?rakudo.jvm todo 'Unicode 6.3 -- punct characters'
#?rakudo.jvm todo 'Unicode 6.1 -- punct characters'
is $latin-chars.comb(/<punct>/).join, q<!"#%&'()*,-./:;?@[\]_{}¡§«¶·»¿>, 'punct chars';
#?rakudo.jvm todo 'Unicode 6.3 -- punct characters'
#?rakudo.parrot todo 'Unicode 6.1 -- punct characters'
#?rakudo.jvm todo 'Unicode 6.1 -- punct characters'
is $latin-chars.comb(/<:Punctuation>/).join, q<!"#%&'()*,-./:;?@[\]_{}¡§«¶·»¿>, ':Punctuation chars';
#-- FLAPPERS

is $latin-chars.comb(/<upper>/).join, "ABCDEFGHIJKLMNOPQRSTUVWXYZÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ", 'upper chars';

Expand Down

0 comments on commit 5dc7e0d

Please sign in to comment.