diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-21 09:40:59 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-21 09:40:59 (GMT) |
commit | 954fcc121d11445946f89a2ec85795f29934ebd9 (patch) | |
tree | 197fa5126c2b84237121fbe9700cf8e0a8a2ea61 | |
parent | c60ee515ee3df4dfa977ba55edda499328b35566 (diff) | |
download | tcl-954fcc121d11445946f89a2ec85795f29934ebd9.zip tcl-954fcc121d11445946f89a2ec85795f29934ebd9.tar.gz tcl-954fcc121d11445946f89a2ec85795f29934ebd9.tar.bz2 |
renumber testcases
-rw-r--r-- | tests/encoding.test | 4 |
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 |