On Tue, 13 Mar 2018 14:50:17 -0700, jan-olof.hen...@bredband.net wrote:
> On Fri, 05 Aug 2016 18:04:36 -0700, c...@zoffix.com wrote:
> > Still present today:
> >
> > <Zoffix> m: my $sepreg = rx/(<[\\/]>)/; my $filenameW =
> > "c:\\g\\b.mp4"; $filenameW ~~ $sepreg; say $/;
> > <camelia> rakudo-moar 589061: OUTPUT«「\」␤ 0 => 「\」␤»
> > <Zoffix> m: constant $sepreg = rx/(<[\\/]>)/; my $filenameW =
> > "c:\\g\\b.mp4"; $filenameW ~~ $sepreg; say $/;
> > <camelia> rakudo-moar 589061: OUTPUT«Nil␤»
> > <Zoffix> m: constant sepreg = rx/(<[\\/]>)/; my $filenameW =
> > "c:\\g\\b.mp4"; $filenameW ~~ sepreg; say $/;
> > <camelia> rakudo-moar 589061: OUTPUT«「\」␤ 0 => 「\」␤»
> 
> Fixed with commit
> https://github.com/rakudo/rakudo/commit/5ac593ee098f204ea69ef57edd9ae0925c544ea4

Roast test added with commit 
https://github.com/perl6/roast/commit/f2d422f229f50b14f47d803362c7af8e73b8c13b

Reply via email to