aboutsummaryrefslogtreecommitdiff
path: root/tests/while.test
AgeCommit message (Collapse)AuthorFilesLines
2016-07-10Boolean contstants in expr, `string is boolean` classificationNikita Borodikhin1-0/+4
* named boolean values in `expr` are internally converted to int * named constants are lower-case only
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/+127
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