Re: [perl #128342] > assertion doesn't work if is zero-width

2016-07-15 Thread Lloyd Fournier
Ok. Thanks for the explanation Zoffix++. I guess you have to be careful doing >. On Thu, Jul 14, 2016 at 10:59 PM Zoffix Znet via RT < perl6-bugs-follo...@perl.org> wrote: > Hi, > > Thanks for the report. > > This is by design, as tokens don't backtrack. works by flipping > the string and the AS

[perl #128342] > assertion doesn't work if is zero-width

2016-06-07 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #128342] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128342 > my token foo { .? }; say "a" ~~ /"a">/ should match like this does say "a" ~~ /"a"/ a