summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-03-13 17:14:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-03-13 17:14:40 (GMT)
commit62079a5c6951d9555cce57bdeb5a227a5be8b906 (patch)
tree14a91693203f05d725c045e5073d28eab0f3cf5d /tests
parent41ed3e0e2bc9fb87e4a63f737ddcc00041af42da (diff)
parenta275b8a5ea188f0633caab60b3ab709de4239f1f (diff)
downloadtcl-62079a5c6951d9555cce57bdeb5a227a5be8b906.zip
tcl-62079a5c6951d9555cce57bdeb5a227a5be8b906.tar.gz
tcl-62079a5c6951d9555cce57bdeb5a227a5be8b906.tar.bz2
merge 8.6
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 60b3177..f4b94de 100644
--- a/tests/string.test
+++ b/tests/string.test
@@ -1393,6 +1393,9 @@ test string-14.17 {string replace} {
test string-14.18 {string replace} {
string replace abcdefghijklmnop 10 9 XXX
} {abcdefghijklmnop}
+test string-14.19 {string replace} {
+ string replace {} -1 0 A
+} A
test string-15.1 {string tolower too few args} {
list [catch {string tolower} msg] $msg