mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Whitespace normalization.
This commit is contained in:
parent
e7130315a5
commit
3de75266aa
7 changed files with 265 additions and 265 deletions
|
@ -446,10 +446,10 @@ class TestSubsetEmptyNonEmpty(TestSubsets):
|
|||
#------------------------------------------------------------------------------
|
||||
|
||||
class TestSubsetPartial(TestSubsets):
|
||||
left = Set([1])
|
||||
right = Set([1, 2])
|
||||
name = "one a non-empty proper subset of other"
|
||||
cases = "!=", "<", "<="
|
||||
left = Set([1])
|
||||
right = Set([1, 2])
|
||||
name = "one a non-empty proper subset of other"
|
||||
cases = "!=", "<", "<="
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue