Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
:Punct => :Punctuation
  • Loading branch information
dwarring committed Sep 19, 2013
1 parent 28715ba commit f7cb1e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S05-mass/charsets.t
Expand Up @@ -36,8 +36,7 @@ plan 16;

#?rakudo.parrot todo 'punct characters'
is $ascii-chars.comb(/<punct>/).join, q<!"#%&'()*,-./:;?@[\]_{}¡«·»¿>, 'punct chars';
#?rakudo todo ':Punct characters'
is $ascii-chars.comb(/<:Punct>/).join, q<!"#%&'()*,-./:;?@[\]_{}¡«·»¿>, ':Punct chars';
is $ascii-chars.comb(/<:Punctuation>/).join, q<!"#%&'()*,-./:;?@[\]_{}¡«·»¿>, ':Punctuation chars';

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

Expand Down

0 comments on commit f7cb1e8

Please sign in to comment.