Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: todo with arguments, jnthn++
  • Loading branch information
FROGGS committed Feb 24, 2013
1 parent 9527129 commit 51dd8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S05-metasyntax/charset.t
Expand Up @@ -38,7 +38,7 @@ is($0, 'y', 'Difference set capture');

# RT #115802
ok( "abc" ~~ m/<[\w]-[\n]>/, 'Difference set match');
#?rakudo todo
#?rakudo todo 'RT #115802'
ok(!("abc" ~~ m/<[\w]-[\N]>/), 'Difference set match');

ok(!( "a" ~~ m/(<+alpha-[aeiou]>)/ ), 'Named difference set failure');
Expand Down

0 comments on commit 51dd8c4

Please sign in to comment.