aboutsummaryrefslogtreecommitdiff
path: root/test.tcl
diff options
context:
space:
mode:
authorantirez <antirez>2005-04-05 12:18:27 +0000
committerantirez <antirez>2005-04-05 12:18:27 +0000
commitf3ca5f7571d1289d8fee53687fba4ba9c4c5e865 (patch)
tree0fac4a9a13b0c3f12339101fc543112cf1b1b383 /test.tcl
parent03247dbf65100f0364025668b3a75f02c54e9586 (diff)
downloadjimtcl-f3ca5f7571d1289d8fee53687fba4ba9c4c5e865.zip
jimtcl-f3ca5f7571d1289d8fee53687fba4ba9c4c5e865.tar.gz
jimtcl-f3ca5f7571d1289d8fee53687fba4ba9c4c5e865.tar.bz2
[scope] command removed. Will be added later with the [let] name and
a bit different semantic.
Diffstat (limited to 'test.tcl')
-rw-r--r--test.tcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/test.tcl b/test.tcl
index 4f0e433..e425ea3 100644
--- a/test.tcl
+++ b/test.tcl
@@ -1,4 +1,4 @@
-# $Id: test.tcl,v 1.29 2005/03/29 16:50:22 antirez Exp $
+# $Id: test.tcl,v 1.30 2005/04/05 12:18:27 antirez Exp $
#
# This are Tcl tests imported into Jim. Tests that will probably not be passed
# in the long term are usually removed (for example all the tests about
@@ -4140,6 +4140,7 @@ test range-5.0 {lindex llength range test} {
################################################################################
# SCOPE
################################################################################
+if 0 {
test scope-1.0 {Non existing var} {
catch {unset x}
scope x {
@@ -4192,6 +4193,7 @@ test scope-1.5 {Info exists} {
catch {unset x}
catch {unset y}
+}
################################################################################
# RAND