diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-09 18:31:24 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-09 18:31:24 +0000 |
commit | 7060b34457f579864bddbe1caa3e3cdfea6981e2 (patch) | |
tree | 928f53c3e47e536f49beb26ae15a36a41a872c0a /Test/D04parameter.ztst | |
parent | 4872ed50868379e769ce905a4af3ae7dfcef09d7 (diff) | |
download | zsh-7060b34457f579864bddbe1caa3e3cdfea6981e2.tar.gz zsh-7060b34457f579864bddbe1caa3e3cdfea6981e2.tar.xz zsh-7060b34457f579864bddbe1caa3e3cdfea6981e2.zip |
15334: use string "(eval)" as script name in debugging messages in eval's
Diffstat (limited to 'Test/D04parameter.ztst')
-rw-r--r-- | Test/D04parameter.ztst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Test/D04parameter.ztst b/Test/D04parameter.ztst index 3b3cda286..ace4cbc86 100644 --- a/Test/D04parameter.ztst +++ b/Test/D04parameter.ztst @@ -74,8 +74,8 @@ 1:${...:?...}, ${...?...} >set1v > -?ZTST_execchunk:1: unset1: exiting1 -?ZTST_execchunk:2: null1: exiting2 +?(eval):1: unset1: exiting1 +?(eval):2: null1: exiting2 print ${set1:+word1} ${set1+word2} ${null1:+word3} ${null1+word4} print ${unset1:+word5} ${unset1+word6} @@ -279,7 +279,7 @@ foo='unmatched "' print ${(QX)foo} 1:${(QX)...} -?ZTST_execchunk:2: unmatched " +?(eval):2: unmatched " array=(characters in an array) print ${(c)#array} |