summaryrefslogtreecommitdiffstats
path: root/testing/runtests.py
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-07-16 17:14:49 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-07-16 17:14:49 (GMT)
commit1e358a1562ac50fa44b31764c08ac35996271dbd (patch)
tree99a9ad86753c11852cc1f2b3248860685d484ee8 /testing/runtests.py
parent9eaa0b08fc4a09cff8abbd4993b5c644ef6f6e9a (diff)
parente51bde4cca9e79ae11c54c45cbcc29233fad0ac1 (diff)
downloadDoxygen-1e358a1562ac50fa44b31764c08ac35996271dbd.zip
Doxygen-1e358a1562ac50fa44b31764c08ac35996271dbd.tar.gz
Doxygen-1e358a1562ac50fa44b31764c08ac35996271dbd.tar.bz2
Merge branch 'feature/bug_test_flags_space' of https://github.com/albert-github/doxygen into albert-github-feature/bug_test_flags_space
Diffstat (limited to 'testing/runtests.py')
-rwxr-xr-xtesting/runtests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/runtests.py b/testing/runtests.py
index c7b7bc7..129a781 100755
--- a/testing/runtests.py
+++ b/testing/runtests.py
@@ -487,6 +487,8 @@ def split_and_keep(s, sep):
vv = val.split(" ",1)
if ((len(vv) == 1) and not vv[0] == ''):
retVal += vv
+ if (len(vv) == 2):
+ vv[1] = vv[1].strip()
if ((len(vv) == 2) and not vv[1] == ''):
retVal += vv
if ((len(vv) == 2) and vv[1] == ''):