mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Whitespace normalization.
This commit is contained in:
parent
dd3c83734d
commit
ab9b32c077
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ class RawConfigParserTestCase(TestCaseBase):
|
|||
self.assertEqual(cf.get('non-string', 'list'),
|
||||
[0, 1, 1, 2, 3, 5, 8, 13])
|
||||
self.assertEqual(cf.get('non-string', 'dict'), {'pi': 3.14159})
|
||||
|
||||
|
||||
|
||||
class SafeConfigParserTestCase(ConfigParserTestCase):
|
||||
config_class = ConfigParser.SafeConfigParser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue