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

Reply via email to