aboutsummaryrefslogtreecommitdiff
path: root/tests/jim.test
diff options
context:
space:
mode:
authormistachkin <joe@mistachkin.com>2016-01-17 14:53:51 -0800
committerSteve Bennett <steveb@workware.net.au>2016-01-18 09:35:38 +1000
commit7acced1e51ec8ab4788f84157160534dab84fa10 (patch)
tree397cd6a9ac016d3caaef6dc5d273769b7c3589a9 /tests/jim.test
parent745c42030221ddbca03120ed6e4a422be141fbdf (diff)
downloadjimtcl-7acced1e51ec8ab4788f84157160534dab84fa10.zip
jimtcl-7acced1e51ec8ab4788f84157160534dab84fa10.tar.gz
jimtcl-7acced1e51ec8ab4788f84157160534dab84fa10.tar.bz2
Add the tcl_platform(engine) array element.
Diffstat (limited to 'tests/jim.test')
-rw-r--r--tests/jim.test3
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