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

Re: Comment behaviour



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