aboutsummaryrefslogtreecommitdiff
path: root/tests/for.test
AgeCommit message (Collapse)AuthorFilesLines
2010-11-22Overhaul unit test frameworkSteve Bennett1-1/+1
Much closer to tcltest now, including constraints. Try to get all appropriate tests running under both Jim and Tcl. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-10-15Bugs, features, testsSteve Bennett1-0/+66
Subst was broken for backslash escapes Add support for return, break, continue in subst commands Accept abbreviations for switches to subst Fix 'list #' More tests