# New Ticket Created by Zoffix Znet # Please include the string: [perl #132166] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=132166 >
Expected the first to not match and second to match at most 2 "x"es <Zoffix__> m: say "x" ~~ / "x" ** {1^..3}/ <camelia> rakudo-moar 8cf083: OUTPUT: «「x」» <Zoffix__> m: say "xxxxxx" ~~ / "x" ** {1^..^3}/ <camelia> rakudo-moar 8cf083: OUTPUT: «「xxx」»