diff options
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} |