chiark / gitweb /
test-conf-parser: add some basic tests for config_parse()
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 21 Sep 2017 12:24:01 +0000 (14:24 +0200)
committerSven Eden <yamakuzure@gmx.net>
Mon, 25 Sep 2017 12:40:46 +0000 (14:40 +0200)
commitc66b24bdea8491a66fbed43eed8d6c5122473ab7
treea06a20c0058766ebf3bc7c8c2416fe81bedd4772
parent11ae6b68eb7f659dc2c81e8dfadc702ebfab0b26
test-conf-parser: add some basic tests for config_parse()

This function is pretty important, but we weren't calling it directly
even once in tests.

v2: add a few tests for escaping and line continuations
src/test/test-conf-parser.c