summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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