[perl #131701] [PARSER] Failure to parse `[[],]`

2017-07-05 Thread Zoffix Znet via RT
On Tue, 04 Jul 2017 09:20:18 -0700, c...@zoffix.com wrote: > Works (space between brackets and ): > > $ perl6 -e 'dd [[ ],]' > [["a"],] > > Doesn't (no space): > > $ perl6 -e 'dd [[],]' > ===SORRY!=== Error while compiling -e > Unable to parse expression in bracketed infix;

[perl #131701] [PARSER] Failure to parse `[[],]`

2017-07-05 Thread Zoffix Znet via RT
On Tue, 04 Jul 2017 09:20:18 -0700, c...@zoffix.com wrote: > Works (space between brackets and ): > > $ perl6 -e 'dd [[ ],]' > [["a"],] > > Doesn't (no space): > > $ perl6 -e 'dd [[],]' > ===SORRY!=== Error while compiling -e > Unable to parse expression in bracketed infix;

[perl #131701] [PARSER] Failure to parse `[[],]`

2017-07-04 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #131701] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131701 > Works (space between brackets and ): $ perl6 -e 'dd [[ ],]' [["a"],] Doesn't