Hi,

Jilles Tjoelker wrote:

> The backslash prevents the closing brace from terminating the
> substitution, therefore it should be removed.

Thanks!

>   printf "%s\n" ${$+\}} ${$+"\}"} "${$+\}}"
> should print } three times, without backslashes.

Thanks especially for the example.  The standard makes these all
clear, even the second one (which motivates the check against varnest
rather than dqvarnest).  For what it's worth, I like the patch.

Regards,
Jonathan
--
To unsubscribe from this list: send the line "unsubscribe dash" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to