Fixed whitespace problems in completion tests

This commit is contained in:
Danilo Bargen
2014-07-26 17:37:30 +02:00
parent c85bdb8ff1
commit 2a1c108bbf
5 changed files with 20 additions and 17 deletions

View File

@@ -204,7 +204,7 @@ gen = (i for i in (1,))
#? int()
next(gen)
#?
#?
gen[0]
gen = (a for arr in [[1.0]] for a in arr)
@@ -275,7 +275,7 @@ def a():
"""
pass
#?
#?
# str literals in comment """ upper
# -----------------