tests: add msgbuf_parse tests

This commit is contained in:
Simon Arlott 2017-07-26 21:06:49 +01:00
parent f3564f47f4
commit 05a16d98e1
No known key found for this signature in database
GPG key ID: C8975F2043CA5D24
5 changed files with 3419 additions and 3 deletions

View file

@ -66,7 +66,7 @@ msgbuf_unescape_value(char *value)
if (unescape) {
*out++ = unescape;
*in++;
in++;
} else {
*out++ = *in++;
}