rust-python-parser
rust-python-parser copied to clipboard
Fix the pretty-printer for f-string
Currently, the pretty-printer handles f-string like regular strings, which means it may output this: f"foo {d[\"bar\"]} baz", which is invalid syntax, as backslashes are not allowed between curly brackets