mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
Some test modifications to get more passing.
This commit is contained in:
@@ -3,12 +3,17 @@ class X:
|
|||||||
pass
|
pass
|
||||||
# Okay
|
# Okay
|
||||||
|
|
||||||
|
|
||||||
def foo():
|
def foo():
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
# Okay
|
# Okay
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
class X:
|
class X:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
# Okay
|
# Okay
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
def foo():
|
def foo():
|
||||||
@@ -162,6 +167,8 @@ defined_properly = True
|
|||||||
# Okay
|
# Okay
|
||||||
defaults = {}
|
defaults = {}
|
||||||
defaults.update({})
|
defaults.update({})
|
||||||
|
|
||||||
|
|
||||||
# Okay
|
# Okay
|
||||||
def foo(x):
|
def foo(x):
|
||||||
classification = x
|
classification = x
|
||||||
|
|||||||
Reference in New Issue
Block a user