diff options
author | dgp <dgp@users.sourceforge.net> | 2014-11-07 14:10:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-11-07 14:10:23 (GMT) |
commit | e783e0d809bd84c85d8cf7914540f409b503df4b (patch) | |
tree | c7414396aeff0951b15f34858c83d5ba4561977b /tests/parse.test | |
parent | 4ec954d30638d7601c2f884c6a70f30ebab5ac11 (diff) | |
download | tcl-e783e0d809bd84c85d8cf7914540f409b503df4b.zip tcl-e783e0d809bd84c85d8cf7914540f409b503df4b.tar.gz tcl-e783e0d809bd84c85d8cf7914540f409b503df4b.tar.bz2 |
update changes; more test suite polishing.
Diffstat (limited to 'tests/parse.test')
-rw-r--r-- | tests/parse.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parse.test b/tests/parse.test index 4e3139c..5d8afeb 100644 --- a/tests/parse.test +++ b/tests/parse.test @@ -918,7 +918,7 @@ test parse-15.57 {CommandComplete procedure} { test parse-15.58 {CommandComplete procedure, memory leaks} { info complete "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22" } 1 -test parse-15.59 {CommandComplete procedure} { +test parse-15.59 {CommandComplete procedure} testbytestring { # Test for Tcl Bug 684744 info complete [testbytestring "\x00;if 1 \{"] } 0 |