Skip to content

Commit

Permalink
RT #67122 unfudge tests but use valid codepoints
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Jul 20, 2014
1 parent feeea52 commit bea8d27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S05-metasyntax/charset.t
Expand Up @@ -62,8 +62,7 @@ eval_lives_ok( '"foo" ~~ /<[f] #`[comment] + [o]>/',
ok( "foo" ~~ /<[f] #`[comment] + [o]>/, 'comment embedded in charset works' );

# RT #67122
#?rakudo skip 'large \\x char spec in regex (RT #67122) (noauto)'
ok "\x[10001]" ~~ /<[\x10000..\xEFFFF]>/, 'large \\x char spec';
ok "\x[FFEF]" ~~ /<[\x0..\xFFEF]>/, 'large \\x char spec';

#?niecza todo
eval_dies_ok( "'RT 71702' ~~ /<[d..b]>? RT/",
Expand Down

0 comments on commit bea8d27

Please sign in to comment.