diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2006-03-10 19:49:13 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2006-03-10 19:49:13 (GMT) |
commit | e7c6e0ca85731660713714016acde44d23e78e30 (patch) | |
tree | 47aec5ab19d9564687f1427738d2bb9f032fe4e8 /tests/apply.test | |
parent | 123a450f1b884cd20b6fb652c77f83fd20844a2f (diff) | |
download | tcl-e7c6e0ca85731660713714016acde44d23e78e30.zip tcl-e7c6e0ca85731660713714016acde44d23e78e30.tar.gz tcl-e7c6e0ca85731660713714016acde44d23e78e30.tar.bz2 |
* generic/tclProc.c (ObjInterpProcEx):
* tests/apply.test (apply-5.1): fix [apply] error messages
so that they quote the lambda expression [Bug 1447355].
Diffstat (limited to 'tests/apply.test')
-rw-r--r-- | tests/apply.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/apply.test b/tests/apply.test index 9f619bf..a4e5b8c 100644 --- a/tests/apply.test +++ b/tests/apply.test @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: apply.test,v 1.4 2006/02/09 16:53:29 dgp Exp $ +# RCS: @(#) $Id: apply.test,v 1.5 2006/03/10 19:49:14 msofer Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -132,7 +132,7 @@ test apply-5.1 {runtime error in lambda expression} { } {1 {foo while executing "error foo" - (procedure "apply" line 1) CHECK & MODIFY + (procedure "apply {{} {error foo}}" line 1) invoked from within "apply $lambda"}} |