# New Ticket Created by Samantha McVey # Please include the string: [perl #132233] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=132233 >
my $fi = 'fi'; my $fi_d = 'fi'; #?rakudo.moar 2 todo "ignorecase doesn't use foldcase semantics when the haystack is interpolated" ok $fi_d ~~ /:i $fi /, "ignorecase with ligature needle in variable matches"; ok 'fi' ~~ /:i $fi /, "ignorecase with ligature needle in variable matches"; These two fail. See failing tests in S05-modifier/ignorecase.t Please note, for reasons I am not sure of, sometimes this will work if you try and do it yourself in the REPL for instance. This needs more investigating, but today I have not been able to figure out what is going on. Help wanted.