niecza icon indicating copy to clipboard operation
niecza copied to clipboard

second <( in a match is ignored

Open colomon opened this issue 13 years ago • 0 comments

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?

colomon avatar Jul 16 '12 11:07 colomon