rust-python-parser icon indicating copy to clipboard operation
rust-python-parser copied to clipboard

Fix the pretty-printer for f-string

Open progval opened this issue 5 years ago • 0 comments

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

progval avatar Sep 09 '20 12:09 progval