On Wed, 08 Mar 2017 04:46:55 -0800, blackcatoverw...@gmail.com wrote: > Split a null string with skip-empty not working. > > Code: > > say "".split(';', :skip-empty).perl; > > say "".split(';').perl; > > Result: > > ("",) > > ("",) > > perl6 -v : > > This is Rakudo version 2017.02 built on MoarVM version 2017.02 > implementing Perl 6.c.
Thank you for the report. This is now fixed. Fix: https://github.com/rakudo/rakudo/commit/fc86084f06 Tests: https://github.com/perl6/roast/commit/a8a7ff148e