Skip to content

Commit

Permalink
now pass two Match.perl roundtripping tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Apr 16, 2017
1 parent 7103473 commit 6db316e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S05-match/perl.t
Expand Up @@ -16,9 +16,7 @@ grammar ExprT1 {
my $m = ExprT1.parse('2 + 4');
ok $m, 'Regex matches (1)';
lives-ok { $m.perl }, '$/.perl lives (with named captures';
#?rakudo todo 'RT #125293 - .perl does not roundtrip as expected'
is-deeply EVAL($m.perl), $m, '... and it reproduces the right thing (1)';
#?rakudo skip 'RT #125293 - .perl does not roundtrip as expected - operator is null'
is ~EVAL($m.perl).<operator>, '+', ' right result (2)';

my regex f { f };
Expand Down

0 comments on commit 6db316e

Please sign in to comment.