From 7060b34457f579864bddbe1caa3e3cdfea6981e2 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 9 Jul 2001 18:31:24 +0000 Subject: 15334: use string "(eval)" as script name in debugging messages in eval's --- Test/D04parameter.ztst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Test/D04parameter.ztst') 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} -- cgit 1.4.1