forked from VimPlug/jedi
fixed a bug related to string literal tokens with = in them
This commit is contained in:
@@ -20,6 +20,11 @@ float.is_int
|
||||
#? ['upper']
|
||||
r"".upper
|
||||
|
||||
# strangely this didn't work, because the = is used for assignments
|
||||
#? ['upper']
|
||||
"=".upper
|
||||
|
||||
|
||||
# -----------------
|
||||
# lists
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user