diff options
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 4f48628..dff5d50 100644 --- a/tests/list.test +++ b/tests/list.test @@ -125,6 +125,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 |