ast_decompiler icon indicating copy to clipboard operation
ast_decompiler copied to clipboard

Nested f-strings aren't handled properly

Open JelleZijlstra opened this issue 6 years ago • 0 comments

Test cases like check("""f'{f"hello"}'""") fail. This is somewhat tricky to implement and it's not very pretty code, so I'm going to not worry about it for now.

JelleZijlstra avatar Aug 15 '17 05:08 JelleZijlstra