# New Ticket Created by Zoffix Znet # Please include the string: [perl #131701] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=131701 >
Works (space between brackets and <a>):
$ perl6 -e 'dd [[ <a>],]'
[["a"],]
Doesn't (no space):
$ perl6 -e 'dd [[<a>],]'
===SORRY!=== Error while compiling -e
Unable to parse expression in bracketed infix; couldn't find final ']'
at -e:1
------> dd [[<⏏a>],]
