]> git.mdlowis.com Git - proto/labwc.git/commit
src/config/rcxml.c: parse xml from buffer
authorJohan Malm <jgm323@gmail.com>
Tue, 9 Jun 2020 20:40:46 +0000 (21:40 +0100)
committerJohan Malm <jgm323@gmail.com>
Tue, 9 Jun 2020 20:40:46 +0000 (21:40 +0100)
commitbc51e0ad2f18a45e45da9c3ac8521ad8d9c86de1
tree91b091f1f1a8bc8b5443f1782777976574a95629
parent40c0b169efffdfa4a7615041c12373bbadf2d0cc
src/config/rcxml.c: parse xml from buffer

Avoid unit tests writing to/from files by using xmlParseMemory() instead
of xmlReadFile().
data/rc.xml
include/buf.h [new file with mode: 0644]
include/rcxml.h
src/common/buf.c [new file with mode: 0644]
src/common/meson.build [new file with mode: 0644]
src/config/rcxml.c
src/meson.build
tests/meson.build
tests/t1000-rcxml-simple-parse.c
tools/rcxml/Makefile