* fix matching backslashes, add some tests
This commit is contained in:
@ -303,6 +303,8 @@ mu_str_esc_to_list (const char *strings)
|
||||
kar = strings[u];
|
||||
|
||||
if (kar == '\\') {
|
||||
if (escaped)
|
||||
g_string_append_c (part, '\\');
|
||||
escaped = !escaped;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user