summaryrefslogtreecommitdiffstats
path: root/tests/string.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-04-13 15:01:38 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-04-13 15:01:38 (GMT)
commit9b529e05399279d3631a9740e3b61bb19a1af5d8 (patch)
tree0a91f7f4694d6ce28627cc80407449bb9fb0417f /tests/string.test
parent5ca0fff784edcbd2b7eabe15c8aa7ed414ca12f2 (diff)
downloadtcl-9b529e05399279d3631a9740e3b61bb19a1af5d8.zip
tcl-9b529e05399279d3631a9740e3b61bb19a1af5d8.tar.gz
tcl-9b529e05399279d3631a9740e3b61bb19a1af5d8.tar.bz2
Known bug test string-22.14 is not so hard to fix.
Diffstat (limited to 'tests/string.test')
-rw-r--r--tests/string.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/string.test b/tests/string.test
index 05a0623..54b9c95 100644
--- a/tests/string.test
+++ b/tests/string.test
@@ -1570,7 +1570,7 @@ test string-22.12 {string wordstart, unicode} {
test string-22.13 {string wordstart, unicode} {
string wordstart "\uc700\uc700 abc" 8
} 3
-test string-22.14 {string wordstart, invalid UTF-8} knownBug {
+test string-22.14 {string wordstart, invalid UTF-8} {
# See Bug c61818e4c9
set demo [bytestring "abc def\xE0\xA9ghi"]
string index $demo [string wordstart $demo 10]