diff options
Diffstat (limited to 'tests/utfext.test')
| -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 6cf3dd7..bc996c9 100644 --- a/tests/utfext.test +++ b/tests/utfext.test @@ -85,8 +85,8 @@ foreach {enc utfhex hex} $utfExtMap { # Test for insufficient space test xx-bufferoverflow {buffer overflow Tcl_ExternalToUtf} -body { - testencoding Tcl_UtfToExternal unicode A {start end} {} 1 -} -result {nospace {} {}} + testencoding Tcl_UtfToExternal ucs-2 A {start end} {} 1 +} -result [list nospace {} \xFF] # Another bug - char limit not obeyed # % set cv 2 |
