diff options
author | dgp <dgp@users.sourceforge.net> | 2020-04-14 15:57:08 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-04-14 15:57:08 (GMT) |
commit | 3a2ad288cae5e522cfc2797e0d10c81746ed20d0 (patch) | |
tree | 26d83239e16202d1f815ebc386d810af6f580d69 | |
parent | 6c1d8e4d6252ce0a9796f2f8f79b943c804de543 (diff) | |
download | tcl-3a2ad288cae5e522cfc2797e0d10c81746ed20d0.zip tcl-3a2ad288cae5e522cfc2797e0d10c81746ed20d0.tar.gz tcl-3a2ad288cae5e522cfc2797e0d10c81746ed20d0.tar.bz2 |
Remove test not suitable for Tcl 9.
-rw-r--r-- | tests/encoding.test | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/encoding.test b/tests/encoding.test index 5c1ea6c..f21fd0e 100644 --- a/tests/encoding.test +++ b/tests/encoding.test @@ -326,11 +326,6 @@ test encoding-15.3.b {UtfToUtfProc null character input} testbytestring { binary scan [testbytestring $y] H* z set z } 00 -test encoding-15.3.c {UtfToUtfProc null character input} { - set y [encoding convertfrom utf-8 [encoding convertto utf-8 \u0000]] - binary scan [encoding convertto identity $y] H* z - set z -} c080 test encoding-15.4 {UtfToUtfProc emoji character input} -body { set x \xED\xA0\xBD\xED\xB8\x82 set y [encoding convertfrom utf-8 \xED\xA0\xBD\xED\xB8\x82] |