diff options
author | dgp <dgp@users.sourceforge.net> | 2020-09-15 15:52:44 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-09-15 15:52:44 (GMT) |
commit | 93124d77a6848e2118547a4f477abd8e26493252 (patch) | |
tree | 644de419e8956c154eaae55c2d2960668a4b0418 /tests | |
parent | 245a63f4919420ca6a36f14ba0866a91b51494b8 (diff) | |
parent | 2238887c088e88d799e6cde81ea201c00155ff94 (diff) | |
download | tcl-93124d77a6848e2118547a4f477abd8e26493252.zip tcl-93124d77a6848e2118547a4f477abd8e26493252.tar.gz tcl-93124d77a6848e2118547a4f477abd8e26493252.tar.bz2 |
one more test
Diffstat (limited to 'tests')
-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 f853397..a42aacc 100644 --- a/tests/string.test +++ b/tests/string.test @@ -1665,6 +1665,9 @@ test stringComp-14.24.$noComp {Bug 1af8de570511} { test stringComp-14.25.$noComp {} { string length [string replace [string repeat a\xFE 2] 3 end {}] } 3 +test stringComp-14.26.$noComp {} { + run {string replace abcd 0x10000000000000000-0xffffffffffffffff 2 e} +} aed test string-15.1.$noComp {string tolower too few args} { list [catch {run {string tolower}} msg] $msg |