summaryrefslogtreecommitdiffstats
path: root/tests/utfext.test
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2024-08-23 06:10:56 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2024-08-23 06:10:56 (GMT)
commitffdb536b04924f23ff42e7247a49e23993618e8c (patch)
tree7f2a729121453272afb3bb205d4978d19080cd9e /tests/utfext.test
parent831e4a87d5c00d565ecf83e361961f3664847edf (diff)
downloadtcl-core-bug-945d2387d7.zip
tcl-core-bug-945d2387d7.tar.gz
tcl-core-bug-945d2387d7.tar.bz2
Reenable utf16 tests after fixescore-bug-945d2387d7
Diffstat (limited to 'tests/utfext.test')
-rw-r--r--tests/utfext.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/utfext.test b/tests/utfext.test
index 4b15a8d..01f5184 100644
--- a/tests/utfext.test
+++ b/tests/utfext.test
@@ -248,8 +248,8 @@ namespace eval utftest {
testfragment fromutf $enc $comment $utfhex $hex $internalfragindex
# Char limits - note no fromutf as Tcl_UtfToExternal does not support it
- if {![string match utf-16* $enc] && $enc ne "cesu-8"} {
- # TODO - utf16 hangs
+ if {$enc ne "cesu-8"} {
+ # TODO - cesu-8
testcharlimit toutf $enc $comment $hex $utfhex
}
}