diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-09-25 02:36:04 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-09-25 02:36:04 (GMT) |
commit | ebdda7be1cef8138ad5814b3daef76361ae862cf (patch) | |
tree | 7bf4983b7b888c81d7bb2b4b4115cd9277da375d /library/tcltest | |
parent | 814c7d5faa8f01750383a3ded4aec02c22b50dd2 (diff) | |
parent | fa3868a2a6dfe5003e5c2c78f6f2d1a232d767a2 (diff) | |
download | tcl-ebdda7be1cef8138ad5814b3daef76361ae862cf.zip tcl-ebdda7be1cef8138ad5814b3daef76361ae862cf.tar.gz tcl-ebdda7be1cef8138ad5814b3daef76361ae862cf.tar.bz2 |
Merge 8.7
Diffstat (limited to 'library/tcltest')
-rw-r--r-- | library/tcltest/tcltest.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl index c7aee29..22a4dfd 100644 --- a/library/tcltest/tcltest.tcl +++ b/library/tcltest/tcltest.tcl @@ -2402,6 +2402,7 @@ proc tcltest::Skipped {name constraints} { # make sure that the constraints are satisfied. set doTest 0 + set constraints [string trim $constraints] if {[string match {*[$\[]*} $constraints] != 0} { # full expression, e.g. {$foo > [info tclversion]} catch {set doTest [uplevel #0 [list expr $constraints]]} |