aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/misc.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/misc.test b/tests/misc.test
index 5a851bc..925283e 100644
--- a/tests/misc.test
+++ b/tests/misc.test
@@ -554,4 +554,10 @@ test eval-list-1.1 {Lost string rep with list} {
list [catch $x] $y
} {0 2}
+test info-statics-1.1 {info statics commands} {
+ set x 1
+ proc a {} {x {y 2}} {}
+ info statics a
+} {x 1 y 2}
+
testreport