mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Fix support for backslash-newline in double quotes in unescape functions. Makes tests pass
again.
This commit is contained in:
parent
ded64758d5
commit
5b3397359f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue