Fix all tests. Finally.

This commit is contained in:
Dave Halter
2017-07-08 12:00:58 +02:00
parent 0846ad6337
commit 1e2abec7f2
4 changed files with 31 additions and 34 deletions

View File

@@ -77,14 +77,12 @@ if True:
def example_issue254():
#:
return [node.copy(
#: E121:12
(
#: E121:16 E126+1:24 E126+2:24
(
#: E121:16 E121+3:20
replacement
# First, look at all the node's current children.
for child in node.children
for replacement in replace(child)
#: E123
),
dict(name=token.undefined)
)]