diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2006-01-23 12:15:52 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2006-01-23 12:15:52 (GMT) |
commit | 63173b73b75a6af2cf3b0d9fc2ef1bce828162f1 (patch) | |
tree | 311c1da4ed16eb4647574c73b933c4a1d41df3ac | |
parent | 94e3d0ea14f26a1b809ae21a88a2d691185d819a (diff) | |
download | tcl-63173b73b75a6af2cf3b0d9fc2ef1bce828162f1.zip tcl-63173b73b75a6af2cf3b0d9fc2ef1bce828162f1.tar.gz tcl-63173b73b75a6af2cf3b0d9fc2ef1bce828162f1.tar.bz2 |
added ref to [Bug 1410553] in new test string-12.21
-rw-r--r-- | tests/string.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/string.test b/tests/string.test index c23a200..6dc7bd1 100644 --- a/tests/string.test +++ b/tests/string.test @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: string.test,v 1.56 2006/01/23 11:42:23 dkf Exp $ +# RCS: @(#) $Id: string.test,v 1.57 2006/01/23 12:15:52 msofer Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -1110,7 +1110,7 @@ test string-12.20 {string range, out of bounds indices} { string range \u00ff 0 1 } \u00ff # Bug 1410553 -test string-12.21 {string range, regenerates correct reps} { +test string-12.21 {string range, regenerates correct reps, bug 1410553} { set bytes "\x00 \x03 \x41" set rxBuffer {} foreach ch $bytes { |