diff options
Diffstat (limited to 'tests/jim.test')
-rw-r--r-- | tests/jim.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/jim.test b/tests/jim.test index b48522d..9c12ac7 100644 --- a/tests/jim.test +++ b/tests/jim.test @@ -3501,5 +3501,8 @@ test regression-1.2 {open/close from non-global namespace} { expr {$f in [info channels]} } {0} +test regression-1.3 {value of tcl_platform(engine)} { + set ::tcl_platform(engine) +} {Jim} testreport |