From 4b506e7cdbb1fe03afc13059605b14e9f57b66d1 Mon Sep 17 00:00:00 2001 From: welch Date: Wed, 11 Nov 1998 02:39:56 +0000 Subject: Fixed quoting of { in an info complete test case. --- tests/info.test | 4 ++-- 1 file 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} { -- cgit v0.12