diff options
author | dgp <dgp@users.sourceforge.net> | 2011-03-03 21:13:30 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-03-03 21:13:30 (GMT) |
commit | 33babada06e91831ef25c24d6930a111463995a1 (patch) | |
tree | 39aeb39051104d8d0ea80ffa444c92865c510c60 /tests/list.test | |
parent | 3369c9129fa90ad0a083438bb7b066a1df3ee8d6 (diff) | |
download | tcl-33babada06e91831ef25c24d6930a111463995a1.zip tcl-33babada06e91831ef25c24d6930a111463995a1.tar.gz tcl-33babada06e91831ef25c24d6930a111463995a1.tar.bz2 |
Correct flaw in the rewrite handling [list \\\\\}].
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 |