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

Re: bug: ${a%>}



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