From 7b280e9197fcded4661b90ca064f1a83f2d80608 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 31 Jul 2010 20:13:44 +0000 Subject: [PATCH] Clarify comment in comments test case explaining comment semantics. --- Lib/test/test_cfgparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_cfgparser.py b/Lib/test/test_cfgparser.py index 5a77bfdfe4..e54ccfe485 100644 --- 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 an inline comment """) cf = self.fromstring(config_string) self.assertEqual(cf.get('Commented Bar', 'foo'), 'bar # not a comment!') -- 2.40.0