aboutsummaryrefslogtreecommitdiff
path: root/tests/dict2.test
AgeCommit message (Collapse)AuthorFilesLines
2014-01-15array: array set to non-dict should failSteve Bennett1-0/+4
Currently returns the error message but does not set JIM_ERR Also add a test case Signed-off-by: Steve Bennett <steveb@workware.net.au>
2013-12-21Implement more dict sub commandsSteve Bennett1-0/+1249
dict for, values, incr, append, lappend, update, replace and info Also implement array stat (the same as dict info) Note that [dict info] and [array stat] are for useful for checking the behaviour of the hash randomiser Add Jim_EvalEnsemble() Signed-off-by: Steve Bennett <steveb@workware.net.au>