Skip to content

Commit e8aa744

Browse files
committed
unfudge 'blank chars' test on parrot
1 parent fc3dc99 commit e8aa744

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

S05-mass/charsets.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ plan 17;
2020

2121
is $latin-chars.comb(/<alnum>/).join, "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyzªµºÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ", 'alnum chars';
2222

23-
# omitting 160 on parrot 6.8.0/icu 4.4.1/unicode 5.2
24-
#?rakudo.parrot todo 'Unicode 6.1 "blank characters'
2523
is $latin-chars.comb(/<blank>/)>>.ord.join(","), '9,32,160', 'blank chars';
2624

2725
is $latin-chars.comb(/<cntrl>/)>>.ord.join(","), ((0..31, 127..159).join(",")), 'cntrl chars';

0 commit comments

Comments
 (0)