diff options
-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} { |