Open atoomic opened 7 years ago
my $s="toto"; $s =~ qr/to(?{ print "AA$s";})/;
This only returns AA when compiling with static_hv branch (HEAD=a50dded3cd477f5246d2c8008d6835107bbad727) the expected output is AAtoto
AA
AAtoto
We are probably no pointing to the main pad somewhere
This only returns
AA
when compiling with static_hv branch (HEAD=a50dded3cd477f5246d2c8008d6835107bbad727) the expected output isAAtoto
We are probably no pointing to the main pad somewhere