diff options
author | dgp <dgp@users.sourceforge.net> | 2011-05-10 16:52:35 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-05-10 16:52:35 (GMT) |
commit | d8668e5c5d98e9b11f6c85e8bd3c7c6ac6834838 (patch) | |
tree | f83cbc6f986fb625947631c42b0f9c3930475634 /tests/list.test | |
parent | a4456778c8605e05c3598b6848b2660ae7b10d27 (diff) | |
parent | f9dece7738d140a66ebb5d47ee85c4d57249258a (diff) | |
download | tcl-d8668e5c5d98e9b11f6c85e8bd3c7c6ac6834838.zip tcl-d8668e5c5d98e9b11f6c85e8bd3c7c6ac6834838.tar.gz tcl-d8668e5c5d98e9b11f6c85e8bd3c7c6ac6834838.tar.bz2 |
New internal routines TclScanElement() and TclConvertElement().
Rewritten guts of machinery to produce string rep of lists. [Bug 3173086]
Diffstat (limited to 'tests/list.test')
-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 |