# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #62226]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62226 >


Rakudo r35221:

regex t1 {
    '(' ~ ')' 'ab'
}

'x(ab'  !~~ m/<t1>/;
say "done",

The regex match throws an exception because the final ')' isn't found
anywhere.
According to Larry, it shouldn't:
http://irclog.perlgeek.de/perl6/2009-01-08#i_816425

This is tested in t/spec/S05-metachars/tilde.t (which I hope to enhance
soon).

Cheers,
Moritz


-- 
Moritz Lenz
http://perlgeek.de/ |  http://perl-6.de/ | http://sudokugarden.de/

Reply via email to