Tcl Source Code

View Ticket
Login
Ticket UUID: 454046
Title: fix for bad list handling in test
Type: Patch Version: None
Submitter: stanton Created on: 2001-08-22 01:24:47
Subsystem: 34. tcltest Package Assigned To: melissachawla
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2001-08-22 08:29:36
Resolution: Fixed Closed By: hobbs
    Closed on: 2001-08-22 01:29:36
Description:
This patch fixes a bug where list unfriendly values in 
the environment would break the test suite.

To reproduce the problem, create an environment 
variable like:

EXINIT="set autoindent
set shiftwidth=4
set ts=8
set wrapmargin=2
map  {!}fmt -75
"

When you run tcltest.test, test 12.2 will fail.
User Comments: hobbs added on 2001-08-22 08:29:36:
Logged In: YES 
user_id=72656

added to 8.4a4 CVS head.

stanton added on 2001-08-22 08:24:48:

File Added - 9817: tcltest.test.patch

Attachments: