On Sun Sep 11 02:09:36 2011, bbkr wrote: > NOM > > both cases still broken > > bbkr:nom bbkr$ ./perl6 -e 'say "" ~~ /[]/' > ===SORRY!=== > Unrecognized regex metacharacter (must be quoted to match literally) at > line 1, near "/" > bbkr:nom bbkr$ > bbkr:nom bbkr$ ./perl6 -e 'say "" ~~ / | /' > > (no output for this one)
Both of these now die with "Null regex not allowed" - Closable with tests. -- Will "Coke" Coleda