diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-14 16:33:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-14 16:33:54 (GMT) |
commit | 5999fb96666df992ea33a641af2fe1fec8b95587 (patch) | |
tree | b902677341210120fb7eb4b9801410bb41f36347 /tests/string.test | |
parent | f5916c3bbed2e6f24f6375209f5ab64a35d10d1d (diff) | |
download | tcl-5999fb96666df992ea33a641af2fe1fec8b95587.zip tcl-5999fb96666df992ea33a641af2fe1fec8b95587.tar.gz tcl-5999fb96666df992ea33a641af2fe1fec8b95587.tar.bz2 |
Missing .$noComp in string-20.8 test-case, we don't want duplicate test-case numbers.
Diffstat (limited to 'tests/string.test')
-rw-r--r-- | tests/string.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/string.test b/tests/string.test index 223251e..909bdfc 100644 --- a/tests/string.test +++ b/tests/string.test @@ -1827,7 +1827,7 @@ test string-20.7.$noComp {string trim on not valid utf-8 sequence (consider NTS lappend result [string map $m [run {string trim $b fox}]] lappend result [string map $m [run {string trim $b fo\x00}]] } [list {*}[lrepeat 3 fooUV] {*}[lrepeat 2 UV V]] -test string-20.8 {[c61818e4c9] [string trimright] fails when UtfPrev is ok} {testbytestring knownBug} { +test string-20.8.$noComp {[c61818e4c9] [string trimright] fails when UtfPrev is ok} {testbytestring knownBug} { set result {} set a [testbytestring \xE8\x80] set b foo$a |