Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Test version before zsh 5.4
- X-seq: zsh-workers 41483
- From: Martijn Dekker <martijn@xxxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Test version before zsh 5.4
- Date: Thu, 3 Aug 2017 18:00:21 +0200
- In-reply-to: <20170731214745.6f81a0f4@ntlworld.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20170731214745.6f81a0f4@ntlworld.com>
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