aboutsummaryrefslogtreecommitdiff
path: root/test.tcl
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-04 12:32:21 +0000
committerantirez <antirez>2005-03-04 12:32:21 +0000
commit0186c61bc68f61772d528933584fdb6dc188a95d (patch)
treeef232ab68a91d8545eb85432103744d538df3ceb /test.tcl
parent58be16b404565d7d65f7911ded6b0a0bfad9aa79 (diff)
downloadjimtcl-0186c61bc68f61772d528933584fdb6dc188a95d.zip
jimtcl-0186c61bc68f61772d528933584fdb6dc188a95d.tar.gz
jimtcl-0186c61bc68f61772d528933584fdb6dc188a95d.tar.bz2
$id: ..$ strings added
Diffstat (limited to 'test.tcl')
-rw-r--r--test.tcl9
1 files changed, 9 insertions, 0 deletions
diff --git a/test.tcl b/test.tcl
index 2118d85..6948243 100644
--- a/test.tcl
+++ b/test.tcl
@@ -1,3 +1,12 @@
+# * $Id: test.tcl,v 1.14 2005/03/04 12:32:21 antirez Exp $
+#
+# This are Tcl tests imported into Jim. Tests that will probably not be passed
+# in the long term are usually removed (for example all the tests about
+# unicode things, about errors in list parsing that are always valid in Jim
+# and so on).
+#
+# Sometimes tests are modified to reflect different error messages.
+
set failedTests 0
set passedTests 0