Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Lots of test failures when --disable-multibyte
- X-seq: zsh-workers 49988
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Lots of test failures when --disable-multibyte
- Date: Mon, 4 Apr 2022 08:31:27 -0700
- Archived-at: <https://zsh.org/workers/49988>
- In-reply-to: <1174195730.504727.1649083398497@mail2.virginmedia.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAH+w=7Y5-0DFcJUL2c9uvtC3Q4cKFiMaXKTewFzt6yvTEYKSvQ@mail.gmail.com> <1174195730.504727.1649083398497@mail2.virginmedia.com>
On Mon, Apr 4, 2022 at 7:43 AM Peter Stephenson
<p.w.stephenson@xxxxxxxxxxxx> wrote:
>
> On 04 April 2022 at 03:03 Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> > Many seem to be because typeset fails to apply $'...' quoting
>
> Adding some extra single-byte "nice" quoting isn't so hard; this won't fix
> everything but seems OK as far as it goes.
Yes, this cleans up the majority of the test failures, thanks!
Remaining are that ${(V)...} doesn't output the same format in
single-byte mode, and that {$'\\0'..$'\\C-?'} doesn't expand to a
range.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author