On Tue, 26 Sep 2017 03:15:03 -0700, c...@zoffix.com wrote: > 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」»
Dupe of RT#130127: https://rt.perl.org/Ticket/Display.html?id=130127 Rejected.