summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/list.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/list.test b/tests/list.test
index dff5d50..661ddde 100644
--- a/tests/list.test
+++ b/tests/list.test
@@ -129,6 +129,13 @@ test list-4.1 {Bug 3173086} {
string is list "{[list \\\\\}]}"
} 1
+test list-5.1 {list/dict conversions without} {
+ set a {a 1 a 2}
+ dict get $a a
+ lindex $a 1
+} 1
+
+
# cleanup
::tcltest::cleanupTests
return