Whitespace normalization.

This commit is contained in:
Tim Peters 2002-11-09 05:26:15 +00:00
parent e7130315a5
commit 3de75266aa
7 changed files with 265 additions and 265 deletions

View file

@ -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 = "!=", "<", "<="
#------------------------------------------------------------------------------