mirror of https://github.com/python/cpython
Whitespace normalization.
This commit is contained in:
parent
dd3c83734d
commit
ab9b32c077
|
@ -387,7 +387,7 @@ class RawConfigParserTestCase(TestCaseBase):
|
||||||
self.assertEqual(cf.get('non-string', 'list'),
|
self.assertEqual(cf.get('non-string', 'list'),
|
||||||
[0, 1, 1, 2, 3, 5, 8, 13])
|
[0, 1, 1, 2, 3, 5, 8, 13])
|
||||||
self.assertEqual(cf.get('non-string', 'dict'), {'pi': 3.14159})
|
self.assertEqual(cf.get('non-string', 'dict'), {'pi': 3.14159})
|
||||||
|
|
||||||
|
|
||||||
class SafeConfigParserTestCase(ConfigParserTestCase):
|
class SafeConfigParserTestCase(ConfigParserTestCase):
|
||||||
config_class = ConfigParser.SafeConfigParser
|
config_class = ConfigParser.SafeConfigParser
|
||||||
|
|
Loading…
Reference in New Issue