diff options
author | andy <andrew.m.goth@gmail.com> | 2017-08-30 15:29:16 (GMT) |
---|---|---|
committer | andy <andrew.m.goth@gmail.com> | 2017-08-30 15:29:16 (GMT) |
commit | a9ff2a990cea2993e91fa9fc58f7513b7ac41880 (patch) | |
tree | ea25f1c0e1743abba7cf716f70928ae072684ba0 | |
parent | b49738ff138e13a39a594458fefc273272acffee (diff) | |
download | tcl-a9ff2a990cea2993e91fa9fc58f7513b7ac41880.zip tcl-a9ff2a990cea2993e91fa9fc58f7513b7ac41880.tar.gz tcl-a9ff2a990cea2993e91fa9fc58f7513b7ac41880.tar.bz2 |
Cherrypick string.test [de104ef5ab]
-rw-r--r-- | tests/string.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/string.test b/tests/string.test index 7b02928..549944d 100644 --- a/tests/string.test +++ b/tests/string.test @@ -1371,6 +1371,9 @@ test string-14.16 {string replace} { test string-14.17 {string replace} { string replace abcdefghijklmnop end end-1 } {abcdefghijklmnop} +test string-14.18 {string replace} { + string replace abcdefghijklmnop 10 9 XXX +} {abcdefghijklmnop} test string-15.1 {string tolower too few args} { list [catch {string tolower} msg] $msg |