diff options
author | welch <welch> | 1998-11-11 02:39:56 (GMT) |
---|---|---|
committer | welch <welch> | 1998-11-11 02:39:56 (GMT) |
commit | 4b506e7cdbb1fe03afc13059605b14e9f57b66d1 (patch) | |
tree | 31d8a8c7a8299bb1b404fd23eb2a0986ee9b9887 /tests | |
parent | f19fadb5f02ad1e17d94930901a7c55de98c2e1f (diff) | |
download | tcl-4b506e7cdbb1fe03afc13059605b14e9f57b66d1.zip tcl-4b506e7cdbb1fe03afc13059605b14e9f57b66d1.tar.gz tcl-4b506e7cdbb1fe03afc13059605b14e9f57b66d1.tar.bz2 |
Fixed quoting of { in an info complete test case.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/info.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/info.test b/tests/info.test index 228524d..b059fc8 100644 --- a/tests/info.test +++ b/tests/info.test @@ -10,7 +10,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.4 1998/10/13 18:44:16 rjohnson Exp $ +# RCS: @(#) $Id: info.test,v 1.5 1998/11/11 02:39:56 welch Exp $ if {[string compare test [info procs test]] == 1} then {source defs} @@ -237,7 +237,7 @@ test info-5.48 {info complete option} { info complete "set x [binary format H 00]; puts hi" } 1 test info-5.49 {info complete option} { - info complete "set x [binary format H 00]; {" + info complete "set x [binary format H 00]; \{" } 0 test info-6.1 {info default option} { |