summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/string.test4
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 {