forked from VimPlug/jedi
Fix an issue with strings that can be chained in the parser.
This commit is contained in:
@@ -204,6 +204,8 @@ dic2['asdf']
|
||||
dic2[r'asdf']
|
||||
#? int()
|
||||
dic2[r'asdf']
|
||||
#? int()
|
||||
dic2[r'as' 'd' u'f']
|
||||
#? int() str()
|
||||
dic2['just_something']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user