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/C01arith.ztst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Test/C01arith.ztst') diff --git a/Test/C01arith.ztst b/Test/C01arith.ztst index 282877459..80c8a5736 100644 --- a/Test/C01arith.ztst +++ b/Test/C01arith.ztst @@ -53,11 +53,11 @@ print $(( 3 ? 2 )) 1:parsing ternary (1) -?ZTST_execchunk:1: ':' expected +?(eval):1: ':' expected print $(( 3 ? 2 : 1 : 4 )) 1:parsing ternary (2) -?ZTST_execchunk:1: ':' without '?' +?(eval):1: ':' without '?' print $(( 0, 4 ? 3 : 1, 5 )) 0:comma operator @@ -91,7 +91,7 @@ print $(( 13 = 42 )) 1:bad lvalue -?ZTST_execchunk:1: lvalue required +?(eval):1: lvalue required x=/bar (( x = 32 )) -- cgit 1.4.1