From d50e42638b27d430ba055114bb87ce4d6c37aee2 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 12 Aug 2013 21:31:57 +0100 Subject: [PATCH] check that DoxyfileParse still works when there's a comment in the config. --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index eb0a89c27..7ae22d32e 100755 --- a/test.py +++ b/test.py @@ -11,6 +11,7 @@ from doxygen import DoxyfileParse class TestParser(unittest.TestCase): def testSimpleParse(self): text=""" +# comment INPUT = test.h """ result = DoxyfileParse(text)