summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2021-04-14 18:23:07 (GMT)
committerdgp <dgp@users.sourceforge.net>2021-04-14 18:23:07 (GMT)
commit32a76688f63ce4b8af7a8c1e6ef82444cd549f7f (patch)
tree709cd1da02edb13dd731123dbcfebf833004c067 /tests
parentcf9fc355f851761768c2eba9e991682558c20f48 (diff)
downloadtcl-32a76688f63ce4b8af7a8c1e6ef82444cd549f7f.zip
tcl-32a76688f63ce4b8af7a8c1e6ef82444cd549f7f.tar.gz
tcl-32a76688f63ce4b8af7a8c1e6ef82444cd549f7f.tar.bz2
Test demonstrating bug [26649439c7].
Diffstat (limited to 'tests')
-rw-r--r--tests/util.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/util.test b/tests/util.test
index 3f7ffe2..9eee1a6 100644
--- a/tests/util.test
+++ b/tests/util.test
@@ -206,6 +206,9 @@ test util-4.7 {Tcl_ConcatObj - refCount safety} testconcatobj {
# symptoms was Bug #2055782.
testconcatobj
} {}
+test util-4.8 {Tcl_ConcatObj - [Bug 26649439c7]} {
+ concat [list foo] [list #]
+} {foo {#}}
proc Wrapper_Tcl_StringMatch {pattern string} {
# Forces use of Tcl_StringMatch, not Tcl_UniCharCaseMatch