summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-04-22 22:31:39 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-04-22 22:31:39 (GMT)
commit6852f6d630fb0cbb7521dc006203efb9697bc815 (patch)
tree521816383ab3fede9d6d1c2d97fb381512c1d1bc
parent3b1c00722a2401b6c4a6f80044364f6365da9749 (diff)
downloadtcl-6852f6d630fb0cbb7521dc006203efb9697bc815.zip
tcl-6852f6d630fb0cbb7521dc006203efb9697bc815.tar.gz
tcl-6852f6d630fb0cbb7521dc006203efb9697bc815.tar.bz2
test number reuse
-rw-r--r--tests/utf.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/utf.test b/tests/utf.test
index 5058cbf..2c8a001 100644
--- a/tests/utf.test
+++ b/tests/utf.test
@@ -358,7 +358,7 @@ test utf-6.70 {Tcl_UtfNext} testutfnext {
test utf-6.71 {Tcl_UtfNext} testutfnext {
testutfnext \xF2\xA0\xA0\xE8
} 1
-test utf-6.71 {Tcl_UtfNext} testutfnext {
+test utf-6.72 {Tcl_UtfNext} testutfnext {
testutfnext \xF2\xA0\xA0\xF2
} 1
test utf-6.73 {Tcl_UtfNext} testutfnext {
@@ -559,10 +559,10 @@ test utf-6.121 {Tcl_UtfNext, read limits} testutfnext {
test utf-6.122 {Tcl_UtfNext, read limits} testutfnext {
testutfnext \xA0\xA0\xA0\xA0 3
} 1
-test utf-6.121 {Tcl_UtfNext, read limits} testutfnext {
+test utf-6.123 {Tcl_UtfNext, read limits} testutfnext {
testutfnext \xA0\xA0\xA0\xA0G 4
} 1
-test utf-6.122 {Tcl_UtfNext, read limits} testutfnext {
+test utf-6.124 {Tcl_UtfNext, read limits} testutfnext {
testutfnext \xA0\xA0\xA0\xA0\xA0 4
} 1