check that DoxyfileParse still works when there's a comment in the config.

This commit is contained in:
Richard van der Hoff 2013-08-12 21:31:57 +01:00 committed by Ichthyostega
parent 3926ea513a
commit d50e42638b

View file

@ -11,6 +11,7 @@ from doxygen import DoxyfileParse
class TestParser(unittest.TestCase):
def testSimpleParse(self):
text="""
# comment
INPUT = test.h
"""
result = DoxyfileParse(text)