forked from VimPlug/jedi
% operation returned both left and right side, but only the left side is really important.
This commit is contained in:
@@ -84,3 +84,13 @@ return_one(''.undefined_attribute)
|
||||
@undefined_decorator
|
||||
def func():
|
||||
return 1
|
||||
|
||||
# -----------------
|
||||
# operators
|
||||
# -----------------
|
||||
|
||||
string = '%s %s' % (1, 2)
|
||||
|
||||
# Shouldn't raise an error, because `string` is really just a string, not an
|
||||
# array or something.
|
||||
string.upper
|
||||
|
||||
Reference in New Issue
Block a user