# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #57870]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57870 >
>From S05:
=item *
If the first character is whitespace, the angles are treated as an
ordinary "quote words" array literal.
< adam & eve > # equivalent to [ 'adam' | '&' | 'eve' ]
---
r30183:
$ ./perl6 -e '"!" ~~ / < ! !! !!! > /'
Syntax error at line 1, near "!! !!! > /"
[...]
This is more of a PGE feature request than a rakudo bug. Please
re-classify as needed.