summaryrefslogtreecommitdiffstats
path: root/tests/stringComp.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-10-21 13:25:15 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-10-21 13:25:15 (GMT)
commit17cafef75540099a4b6ec57dc6f140f5651941c1 (patch)
tree4a702ec0aa5b82c155ce3d6ebc0748d1066d9490 /tests/stringComp.test
parent24109a18e449425f20102a95652e05e9dc073ffe (diff)
parent79ff282b020e082cb97f5fccdb151a7beb7ac48c (diff)
downloadtcl-17cafef75540099a4b6ec57dc6f140f5651941c1.zip
tcl-17cafef75540099a4b6ec57dc6f140f5651941c1.tar.gz
tcl-17cafef75540099a4b6ec57dc6f140f5651941c1.tar.bz2
merge trunk
Diffstat (limited to 'tests/stringComp.test')
-rw-r--r--tests/stringComp.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/stringComp.test b/tests/stringComp.test
index 77e14d6..3ce2b72 100644
--- a/tests/stringComp.test
+++ b/tests/stringComp.test
@@ -738,6 +738,9 @@ test stringComp-14.4 {Bug 1af8de570511} {
string replace $val[unset val] 1 1 $y
}} 4 x
} 0x00
+test stringComp-14.5 {} {
+ string length [string replace [string repeat a\u00fe 2] 3 end {}]
+} 3
## string tolower
## not yet bc