Commit 7b280e91 authored by Georg Brandl's avatar Georg Brandl

Clarify comment in comments test case explaining comment semantics.

parent 6cb7b659
......@@ -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 an inline comment
""")
cf = self.fromstring(config_string)
self.assertEqual(cf.get('Commented Bar', 'foo'), 'bar # not a comment!')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment