1
0
forked from VimPlug/jedi

Fix f-string evaluation, fixes #1248

This commit is contained in:
Dave Halter
2018-12-23 15:32:22 +01:00
parent 86fbf3fef6
commit 5e7ff808d4
2 changed files with 7 additions and 1 deletions

View File

@@ -32,3 +32,7 @@ f'xyz'.uppe
#? 3 []
f'f'
# Github #1248
#? int()
{"foo": 1}[f"foo"]