niecza
niecza copied to clipboard
second <( in a match is ignored
n: say 'foo123bar' ~~ /foo <( 123 <( bar/
niecza v19-13-g442e075: OUTPUT«#<match from(3) to(9) text(123bar) pos([].list) named({}.hash)>»
That should be match from(6) to(9), right?