summaryrefslogtreecommitdiffstats
path: root/tests/encoding.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-21 09:40:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-21 09:40:59 (GMT)
commit954fcc121d11445946f89a2ec85795f29934ebd9 (patch)
tree197fa5126c2b84237121fbe9700cf8e0a8a2ea61 /tests/encoding.test
parentc60ee515ee3df4dfa977ba55edda499328b35566 (diff)
downloadtcl-954fcc121d11445946f89a2ec85795f29934ebd9.zip
tcl-954fcc121d11445946f89a2ec85795f29934ebd9.tar.gz
tcl-954fcc121d11445946f89a2ec85795f29934ebd9.tar.bz2
renumber testcases
Diffstat (limited to 'tests/encoding.test')
-rw-r--r--tests/encoding.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/encoding.test b/tests/encoding.test
index 6fc3349..cc15cde 100644
--- a/tests/encoding.test
+++ b/tests/encoding.test
@@ -434,12 +434,12 @@ test encoding-15.22 {UtfToUtfProc CESU-8 bug [048dd20b4171c8da]} {
binary scan $y H* z
list [string length $y] $z
} {2 c280}
-test encoding-15.22 {UtfToUtfProc CESU-8 bug [048dd20b4171c8da]} {
+test encoding-15.23 {UtfToUtfProc CESU-8 bug [048dd20b4171c8da]} {
set y [encoding convertto cesu-8 \u100]
binary scan $y H* z
list [string length $y] $z
} {2 c480}
-test encoding-15.22 {UtfToUtfProc CESU-8 bug [048dd20b4171c8da]} {
+test encoding-15.24 {UtfToUtfProc CESU-8 bug [048dd20b4171c8da]} {
set y [encoding convertto cesu-8 \u3FF]
binary scan $y H* z
list [string length $y] $z