summaryrefslogtreecommitdiffstats
path: root/tests/info.test
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2003-03-27 13:19:13 (GMT)
committerdkf <dkf@noemail.net>2003-03-27 13:19:13 (GMT)
commit18813293c9d2e05d154a3958f1ab8f24eced6bfa (patch)
tree723e0cd6f1265d1b4add45cfea8f14253c9bf2d8 /tests/info.test
parent366605c4685dffe18618de6f43706080344969c9 (diff)
downloadtcl-18813293c9d2e05d154a3958f1ab8f24eced6bfa.zip
tcl-18813293c9d2e05d154a3958f1ab8f24eced6bfa.tar.gz
tcl-18813293c9d2e05d154a3958f1ab8f24eced6bfa.tar.bz2
Eliminated duplicate test numbers [Bugs 710322, 710327, 710349, 710363]
FossilOrigin-Name: c4260afab67039baaafa5f0b8ee4301dc67ab92d
Diffstat (limited to 'tests/info.test')
-rw-r--r--tests/info.test10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/info.test b/tests/info.test
index 4f87e99..30ce636 100644
--- a/tests/info.test
+++ b/tests/info.test
@@ -11,7 +11,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: info.test,v 1.24 2002/07/01 07:52:03 dgp Exp $
+# RCS: @(#) $Id: info.test,v 1.25 2003/03/27 13:19:15 dkf Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -162,16 +162,16 @@ test info-5.1 {info complete option} {
test info-5.2 {info complete option} {
info complete abc
} 1
-test info-5.2 {info complete option} {
+test info-5.3 {info complete option} {
info complete "\{abcd "
} 0
-test info-5.3 {info complete option} {
+test info-5.4 {info complete option} {
info complete {# Comment should be complete command}
} 1
-test info-5.4 {info complete option} {
+test info-5.5 {info complete option} {
info complete {[a [b] }
} 0
-test info-5.5 {info complete option} {
+test info-5.6 {info complete option} {
info complete {[a [b]}
} 0