# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #73880]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73880 >


<masak> rakudo: grammar G { regex foo { (\d+) <?{ $0.chars > 4 }> '!'
} }; say $_ ~~ /<G::foo>/ for '1234!', '123456!'
<p6eval> rakudo 534afd: OUTPUT«regex assertion not terminated by angle
bracket at line 11, near "::foo>/ fo" [...]
<moritz_> masak: G::foo NYI
* masak submits TODO rakudobug

Reply via email to