tests: add msgbuf_parse tests
This commit is contained in:
parent
f3564f47f4
commit
05a16d98e1
5 changed files with 3419 additions and 3 deletions
|
@ -66,7 +66,7 @@ msgbuf_unescape_value(char *value)
|
|||
|
||||
if (unescape) {
|
||||
*out++ = unescape;
|
||||
*in++;
|
||||
in++;
|
||||
} else {
|
||||
*out++ = *in++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue