From 5fdcd3a2b46866aeafa99c980608577b21b470de Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Tue, 25 Sep 2001 17:37:54 +0000 Subject: Equivalence of $(...) and `...` in ${(e)...}. --- Test/D04parameter.ztst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'Test') diff --git a/Test/D04parameter.ztst b/Test/D04parameter.ztst index 01d71dbc5..37b5a1897 100644 --- a/Test/D04parameter.ztst +++ b/Test/D04parameter.ztst @@ -212,10 +212,17 @@ >split me >I'm yours - foo='$(print Howzat)' - print ${(e)foo} + foo='$(print Howzat usay)' + print -l ${(e)foo} 0:${(e)...} >Howzat +>usay + + foo='`print Howzat usay`' + print -l ${(e)foo} +0:Regress ${(e)...} with backticks (see zsh-workers/15871) +>Howzat +>usay foo='I'\''m nearly out of my mind with tedium' bar=foo -- cgit 1.4.1