check that DoxyfileParse still works when there's a comment in the config.
This commit is contained in:
parent
3926ea513a
commit
d50e42638b
1 changed files with 1 additions and 0 deletions
1
test.py
1
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue