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
# 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