Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Comment behaviour
- X-seq: zsh-workers 41497
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: Comment behaviour
- Date: Sun, 6 Aug 2017 11:59:53 -0700
- Cc: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=t3kjYZo2HHj6+bCEciws8p9Uuy9dEvUxHd9QkjlDZbQ=; b=13B+62cPAlOsInhASjG085Cba2poANt4mw/Rc6X28qE58gP5Ujy9K0lnR18qL/ePlJ FrqLTl3yfEj/GPFZ1FCFSNZWKj6M3DojIiAaioPBMOoUUAtF7v6CSav8t+aWjYNl7Xbm Z4mdg2SriIzKClf7Bf402Hrs6gezjQHYP3GYWmiRujNn1P4hTvfbnuVpUpmSSPjXF0Sd h3aHhCywvN8biNcB0LBNcyWalBe+xlDL1vs4GOsVPuqRUBsXCUlBZs3plV4g5Tr5jAJu eeD0o4krZfhY54aetdIOUoYbWhEof2tKIsMeSnJNn+XvRcuGMb4NqWFn9d/jS8k9whSc GCeg==
- In-reply-to: <20170806191531.15dfad23@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: <CA+rB6G+=EDHGU0_Jw8trcixGTpoV5y5im22a_5xhLX_qWdp17A@mail.gmail.com> <20170806191531.15dfad23@ntlworld.com>
On Sun, Aug 6, 2017 at 11:15 AM, Peter Stephenson
<p.w.stephenson@xxxxxxxxxxxx> wrote:
>
> I'll have a closer look after the release if this particular case can be
> treated differently, however --- it's clearly not useful to have it
> treated as a parse error if it's easy to do it otherwise.
It's a parse error because "}#" is not a "}" token and the script
_ends_ after that, so no matching "}" is ever found. I don't think
you want to parse "}#" as two separate tokens.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author