From 52e2042903c304b57c14e6b17029c7adc014a34e Mon Sep 17 00:00:00 2001 From: dgp Date: Mon, 29 Mar 2004 16:35:28 +0000 Subject: overlooked update to tests. --- ChangeLog | 7 ++++--- tests/basic.test | 5 ++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5f39550..262a831 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,9 @@ 2004-03-29 Don Porter - * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only to - incomplete scripts as part of multi-line script construction. Do - not add an extra trailing newline to the complete script. [Bug 833150] + * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only + * tests/basic.test (basic-46.1): to incomplete scripts + as part of multi-line script construction. Do not add an extra + trailing newline to the complete script. [Bug 833150] 2004-03-28 Miguel Sofer diff --git a/tests/basic.test b/tests/basic.test index 39895fd..a3e3c67 100644 --- a/tests/basic.test +++ b/tests/basic.test @@ -15,7 +15,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: basic.test,v 1.31 2004/02/25 23:56:59 dgp Exp $ +# RCS: @(#) $Id: basic.test,v 1.32 2004/03/29 16:35:28 dgp Exp $ # package require tcltest 2 @@ -521,8 +521,7 @@ test basic-46.1 {Tcl_AllowExceptions: exception return not allowed} {stdio} { list $res $msg } {1 {invoked "continue" outside of a loop while executing -"continue -" +"continue" DONE }} -- cgit v0.12