Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Test version before zsh 5.4



I found a problem with the shell's generation of C-style shell-quoted
strings ($'...').

% testvar=$'one\\two\n'
breedzicht% set|grep ^testvar
testvar=$'one\two\n'

The backslash is not escaped properly.

- M.



Messages sorted by: Reverse Date, Date, Thread, Author