mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-10 14:41:58 +08:00
Get tox -e py27 working.
This commit is contained in:
@@ -112,7 +112,7 @@ if foo is None and bar is "frop" and \
|
||||
def long_function_name(
|
||||
var_one, var_two, var_three,
|
||||
var_four):
|
||||
print(var_one)
|
||||
hello(var_one)
|
||||
|
||||
|
||||
def qualify_by_address(
|
||||
@@ -185,7 +185,7 @@ foo = long_function_name(var_one, var_two,
|
||||
var_three, var_four)
|
||||
|
||||
#: E128+1:4
|
||||
print('l.%s\t%s\t%s\t%r' %
|
||||
hello('l.%s\t%s\t%s\t%r' %
|
||||
(token[2][0], pos, tokenize.tok_name[token[0]], token[1]))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user