# New Ticket Created by Stephane Payrard # Please include the string: [perl #75914] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75914 >
$ perl6 > grammar { token a-a { a } } () > grammar { token a-a { a }; token b { <a-a> } } regex assertion not terminated by angle bracket at line 1, near "-a> } }\n" > -- cognominal stef