mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 02:31:18 -03:00
Fix support for backslash-newline in double quotes in unescape functions. Makes tests pass
again.
This commit is contained in:
@@ -1594,6 +1594,7 @@ static bool unescape_string_internal(const wchar_t * const input, const size_t i
|
||||
{
|
||||
/* Swallow newline */
|
||||
to_append = NOT_A_WCHAR;
|
||||
input_position += 1; /* Skip over the backslash */
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user