I would expect f"..." to match any f-string, but it also incorrectly matches concatenated normal strings like "hello" "world": https://semgrep.live/n11.
Thanks @andersk, this is definitely a fix we'd like to make.
ok so we want "..." to match regular strings and fstrings, but f"..." to match only fstrings
Most helpful comment
ok so we want "..." to match regular strings and fstrings, but f"..." to match only fstrings