diff options
author | dgp <dgp@users.sourceforge.net> | 2020-04-20 05:35:54 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-04-20 05:35:54 (GMT) |
commit | bb5381f946565a91e146910d62c56b40c02c5193 (patch) | |
tree | 8e3976b6309944630f95f43e42dd55b714225e9b | |
parent | fef15108cc6cdeae6e8456800c27896c1d6c777a (diff) | |
download | tcl-bb5381f946565a91e146910d62c56b40c02c5193.zip tcl-bb5381f946565a91e146910d62c56b40c02c5193.tar.gz tcl-bb5381f946565a91e146910d62c56b40c02c5193.tar.bz2 |
Reconcile tests to the 8.5 branch history.
-rw-r--r-- | tests/utf.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utf.test b/tests/utf.test index 07863b9..1ca3647 100644 --- a/tests/utf.test +++ b/tests/utf.test @@ -621,7 +621,7 @@ test utf-7.36 {Tcl_UtfPrev -- overlong sequence} testutfprev { test utf-7.37 {Tcl_UtfPrev -- overlong sequence} testutfprev { testutfprev A\xE0\xA0\x80 3 } 1 -test utf-7.38 {Tcl_UtfPrev -- overlong sequence} {testutfprev compat85} { +test utf-7.38 {Tcl_UtfPrev -- overlong sequence} testutfprev { testutfprev A\xE0\xA0\x80 2 } 1 test utf-7.39 {Tcl_UtfPrev -- overlong sequence} {testutfprev compat85} { |