Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudge now passing test
  • Loading branch information
FROGGS committed Mar 2, 2013
1 parent 5fd6f98 commit 234af25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S05-metasyntax/charset.t
Expand Up @@ -38,7 +38,6 @@ is($0, 'y', 'Difference set capture');

# RT #115802
ok( "abc" ~~ m/<[\w]-[\n]>/, 'Difference set match');
#?rakudo todo 'RT #115802'
ok(!("abc" ~~ m/<[\w]-[\N]>/), 'Difference set match');
is(("abc123" ~~ m/<[\w]-[a\d]>+/), 'bc', 'Difference set match');
is(("abc123" ~~ m/<[\w]-[1\D]>+/), '23', 'Difference set match');
Expand Down

0 comments on commit 234af25

Please sign in to comment.