summaryrefslogtreecommitdiffstats
path: root/tests/encoding.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-04-14 15:57:08 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-04-14 15:57:08 (GMT)
commit3a2ad288cae5e522cfc2797e0d10c81746ed20d0 (patch)
tree26d83239e16202d1f815ebc386d810af6f580d69 /tests/encoding.test
parent6c1d8e4d6252ce0a9796f2f8f79b943c804de543 (diff)
downloadtcl-3a2ad288cae5e522cfc2797e0d10c81746ed20d0.zip
tcl-3a2ad288cae5e522cfc2797e0d10c81746ed20d0.tar.gz
tcl-3a2ad288cae5e522cfc2797e0d10c81746ed20d0.tar.bz2
Remove test not suitable for Tcl 9.
Diffstat (limited to 'tests/encoding.test')
-rw-r--r--tests/encoding.test5
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]