Skip to content

Commit

Permalink
tie back to RT
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jun 21, 2018
1 parent 9da44bb commit cb49456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S05-capture/match-object.t
Expand Up @@ -57,6 +57,7 @@ is ('foo' ~~ /(.+)/) eqv ('foo' ~~ /(.+)/), True, 'eqv of different but similar
ok $res.value ~~ Match:D, 'the pairs value is a defined match object';
}

# RT #124998
my $c;
ok 'abc' ~~ /.{ $c =}/, 'current match state';
is $c.WHAT, Cursor.WHAT, 'got right type';
Expand Down

0 comments on commit cb49456

Please sign in to comment.