diff options
| author | apnadkarni <apnmbx-wits@yahoo.com> | 2024-08-23 06:10:56 (GMT) |
|---|---|---|
| committer | apnadkarni <apnmbx-wits@yahoo.com> | 2024-08-23 06:10:56 (GMT) |
| commit | ffdb536b04924f23ff42e7247a49e23993618e8c (patch) | |
| tree | 7f2a729121453272afb3bb205d4978d19080cd9e /tests | |
| parent | 831e4a87d5c00d565ecf83e361961f3664847edf (diff) | |
| download | tcl-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')
| -rw-r--r-- | tests/utfext.test | 4 |
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 } } |
