• Nikias Bassen's avatar
    xplist: Fix parsing of adjacent nodes without whitespace between them · 5e8fb617
    Nikias Bassen authored
    The context position counter was increased after encountering a closing
    node, e.g. '</dict>' or after a closing '</key>' node. When a node followed
    it directly without any whitespace inbetween, e.g. </dict><key>, parsing
    would fail since the parser would look at 'key>' instead of '<key>' for the
    next node to be parsed.
    5e8fb617
Name
Last commit
Last update
cython Loading commit data...
include Loading commit data...
libcnary Loading commit data...
m4 Loading commit data...
src Loading commit data...
test Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LESSER Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
doxygen.cfg.in Loading commit data...