diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-06-01 14:54:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-06-01 14:54:52 (GMT) |
commit | 5d982178ea4904932de32a6331512d6db0174a91 (patch) | |
tree | cccd80e15a5ab4f773baa3a262941addef161e26 /tests | |
parent | 598a2d7dd6d3830c59de31a4b4af8ccf1991fdc4 (diff) | |
parent | c31b5e030892e09c7f5bdc8538ecc09b760bab3b (diff) | |
download | tcl-5d982178ea4904932de32a6331512d6db0174a91.zip tcl-5d982178ea4904932de32a6331512d6db0174a91.tar.gz tcl-5d982178ea4904932de32a6331512d6db0174a91.tar.bz2 |
Merge from 8.5 branch tipbug_3185407
Diffstat (limited to 'tests')
-rw-r--r-- | tests/list.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/list.test b/tests/list.test index aab165c..5a002a9 100644 --- a/tests/list.test +++ b/tests/list.test @@ -105,6 +105,10 @@ test list-3.1 {SetListFromAny and lrange/concat results} { slowsort {fred julie alex carol bill annie} } {alex annie bill carol fred julie} +test list-4.1 {Bug 3173086} { + string is list "{[list \\\\\}]}" +} 1 + # cleanup ::tcltest::cleanupTests return |