[perl #131247] [REGRESSION] )> in regex results in stuff being matched wrongly ( /)> . <(/ )

2017-05-04 Thread jn...@jnthn.net via RT
On Tue, 02 May 2017 14:51:47 -0700, alex.jakime...@gmail.com wrote: > Code: > say "abc" ~~ /)> . <(/ > > > Result (2015.12 … 2017.03): > # > > > Result (2017.04.3, HEAD(701dab3)) > 「bc」 > > > > 「bc」 is definitely wrong and # is kinda right. > > Bisectable points to these two commits: > * >

[perl #131247] [REGRESSION] )> in regex results in stuff being matched wrongly ( /)> . <(/ )

2017-05-04 Thread jn...@jnthn.net via RT
On Tue, 02 May 2017 14:51:47 -0700, alex.jakime...@gmail.com wrote: > Code: > say "abc" ~~ /)> . <(/ > > > Result (2015.12 … 2017.03): > # > > > Result (2017.04.3, HEAD(701dab3)) > 「bc」 > > > > 「bc」 is definitely wrong and # is kinda right. > > Bisectable points to these two commits: > * >

[perl #131247] [REGRESSION] )> in regex results in stuff being matched wrongly ( /)> . <(/ )

2017-05-02 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #131247] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131247 > Code: say "abc" ~~ /)> . <(/ Result (2015.12 … 2017.03): #