# New Ticket Created by Paweł Pabian # Please include the string: [perl #77378] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77378 >
# regular ranges works as expected: $ perl6 -e 'say "mmmmmmmmmany" ~~ /m ** 0..3/' mmm # inverted ranges cause quantity to be ignored $ perl6 -e 'say "mmmmmmmmmany" ~~ /m ** 3..0/' mmmmmmmmm confirmed also on IRC [18:06] <TimToady> bbkr: yes, that should match 0 times [18:07] <pmichaud> bbkr: yes, it's a bug.
