summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorandy <andrew.m.goth@gmail.com>2017-08-30 15:29:16 (GMT)
committerandy <andrew.m.goth@gmail.com>2017-08-30 15:29:16 (GMT)
commita9ff2a990cea2993e91fa9fc58f7513b7ac41880 (patch)
treeea25f1c0e1743abba7cf716f70928ae072684ba0 /tests
parentb49738ff138e13a39a594458fefc273272acffee (diff)
downloadtcl-a9ff2a990cea2993e91fa9fc58f7513b7ac41880.zip
tcl-a9ff2a990cea2993e91fa9fc58f7513b7ac41880.tar.gz
tcl-a9ff2a990cea2993e91fa9fc58f7513b7ac41880.tar.bz2
Cherrypick string.test [de104ef5ab]
Diffstat (limited to 'tests')
-rw-r--r--tests/string.test3
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