mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
Finally fixed pretty much all the tests.
This commit is contained in:
@@ -145,9 +145,6 @@ if not -5 < x < +5:
|
|||||||
print >> sys.stdout, "x is an integer."
|
print >> sys.stdout, "x is an integer."
|
||||||
x = x / 2 - 1
|
x = x / 2 - 1
|
||||||
|
|
||||||
if alpha[:-i]:
|
|
||||||
*a, b = (1, 2, 3)
|
|
||||||
|
|
||||||
|
|
||||||
def squares(n):
|
def squares(n):
|
||||||
return (i**2 for i in range(n))
|
return (i**2 for i in range(n))
|
||||||
|
|||||||
@@ -75,3 +75,7 @@ def x(b: tuple = (1, 2))->int:
|
|||||||
#: E252:11 E252:12 E231:8
|
#: E252:11 E252:12 E231:8
|
||||||
def b(a:int=1):
|
def b(a:int=1):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
if alpha[:-i]:
|
||||||
|
*a, b = (1, 2, 3)
|
||||||
|
|||||||
Reference in New Issue
Block a user