projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cb7b65
)
Clarify comment in comments test case explaining comment semantics.
author
Georg Brandl
<georg@python.org>
Sat, 31 Jul 2010 20:13:44 +0000
(20:13 +0000)
committer
Georg Brandl
<georg@python.org>
Sat, 31 Jul 2010 20:13:44 +0000
(20:13 +0000)
Lib/test/test_cfgparser.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_cfgparser.py
b/Lib/test/test_cfgparser.py
index 5a77bfdfe48c59fbfb44a2fef0a99b2d5194ea2f..e54ccfe4850c739b632fb5d54cc60fdb2b93ff85 100644
(file)
--- a/
Lib/test/test_cfgparser.py
+++ b/
Lib/test/test_cfgparser.py
@@
-676,7
+676,7
@@
class CompatibleTestCase(CfgParserTestCaseClass):
# but this is a comment
; another comment
quirk: this;is not a comment
- ; a space must precede a
comment character
+ ; a space must precede a
n inline comment
""")
cf = self.fromstring(config_string)
self.assertEqual(cf.get('Commented Bar', 'foo'), 'bar # not a comment!')