aboutsummaryrefslogtreecommitdiff
path: root/tests/stringmatch.test
AgeCommit message (Collapse)AuthorFilesLines
2020-06-05core: string match and other glob matching support embedded nullsSteve Bennett1-2/+10
string match, switch -glob, info commands, etc. all now support patterns and strings with embedded nulls. Fixes #143 Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-05-23Improve list parsingSteve Bennett1-0/+7
Also add additional tests Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-11-22Overhaul unit test frameworkSteve Bennett1-33/+23
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-11-17Add UTF-8 support to JimSteve Bennett1-0/+228
Signed-off-by: Steve Bennett <steveb@workware.net.au>