Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: nit pick
- X-seq: zsh-users 26257
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>
- Subject: Re: nit pick
- Date: Mon, 28 Dec 2020 08:39:03 -0800
- Archived-at: <https://zsh.org/users/26257>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2020-12/CAH%2Bw%3D7ZxwSBozOJjuDdLw6zGU%2BV9mVVZXJhYG47ZsaYOqCXyBQ%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-ot1-f42.google.com) smtp.remote-ip=209.85.210.42; dkim=pass header.d=brasslantern-com.20150623.gappssmtp.com header.s=20150623 header.a=rsa-sha256; dmarc=none header.from=brasslantern.com; arc=none
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=RHHdlCGmTrtZz8RsDJV+t/DQQ1KbvfjcGORoIMJzYhw=; b=lnNPVTQMRbCl6GsGhGZN5gYhT6y5Ohyo+bTg393rzUcOwBjyFrYLZQOADVugWlgsrK pwuFQ4okytzHeqsOObaTIAbwNmQnxvgKY/6pCMZ9DD6OdgaMK1OVETD4SXrJ/LDiEhOi Mkg8quQhd2Rms0Rbxrf+sy7YRTcU4higIdTqkU5AxlPkCQYRfGZJyzzSI0TAsTGRUyjo mLXLfIriOXUuMJh/eYAZkcLB79YAk6UpG4yDNoIhV8x5aWer5USE3jXizT0yFka/leWg FUIuCY7sGAIk5C54118MRyGdVGsRTXa+U8/+D51URPQ1L893p7eqp0KbbwQMhA4v+CE4 OZ3A==
- In-reply-to: <97914b11-078e-c5f3-4249-8a0667edc91a@eastlink.ca>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-users>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-users.zsh.org>
- List-owner: <mailto:zsh-users-request@zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-users>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-users>
- References: <97914b11-078e-c5f3-4249-8a0667edc91a@eastlink.ca>
- Sender: zsh-users-request@xxxxxxx
On Mon, Dec 28, 2020 at 6:47 AM Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
>
> test2()
> {
> typeset -a test1=\
> ("foo"
> "bar"
> "baz")
> }
>
> $ test1; test2
> test2:2: invalid mode specification
>
> ... but it seems to me that as a matter of strict logic, since the
> backslash indicates line continuation I'd expect [...]
> the opening parenthesis after the equal sign [to] be
> seen correctly [...].
Line continuation does not remove leading spaces from the following line.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author