Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bug: ${a%>}
- X-seq: zsh-workers 17210
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: JulioB <juliob@xxxxxxxxxxxxxxxx>
- Subject: Re: bug: ${a%>}
- Date: Wed, 22 May 2002 22:05:36 -0700 (PDT)
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <200205230358.g4N3wDIh018379@xxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: schaefer@xxxxxxxxxxxxxxxx
On Wed, 22 May 2002, JulioB wrote:
> Is this a bug or have I been smoking the same shit as Dubya?
Possibly both. configure with --enable-zsh-debug and:
schaefer<502> echo ${a#<} ${a%>} ${a#\<} ${a%\>}
Oops. Bug in parse_subst_string: len < l
text> <text> text> <text
The problem is actually with the parsing of LX2_OUTANG in gettokstr(),
but I don't immediately see how to fix it.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author