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