Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge 2 passing tests, Mouq++ I suppose :-)
  • Loading branch information
lizmat committed Sep 28, 2013
1 parent 13e020f commit 8e56a29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S05-metasyntax/charset.t
Expand Up @@ -81,10 +81,8 @@ ok('}' ~~ m/(<[\}]>)/, 'quoted close LCB match');
is($0, '}', 'quoted close LCB capture');

# RT #67124
#?rakudo todo 'comment in charset (RT #67124)'
eval_lives_ok( '"foo" ~~ /<[f] #`[comment] + [o]>/',
'comment embedded in charset can be parsed' );
#?rakudo skip 'comment in charset (RT #67124)'
#?pugs todo
ok( "foo" ~~ /<[f] #`[comment] + [o]>/, 'comment embedded in charset works' );

Expand Down

0 comments on commit 8e56a29

Please sign in to comment.