diff options
author | Steve Bennett <steveb@workware.net.au> | 2023-06-17 10:44:05 +1000 |
---|---|---|
committer | Steve Bennett <steveb@workware.net.au> | 2023-07-04 09:23:43 +1000 |
commit | d6ce55ad7e01a51acb8a2a909383366ecc89d0b2 (patch) | |
tree | 6b4428d25bf8ecca748d9d411e7bb472d9eae05c /tests/prefix.test | |
parent | 41f431f30cc6118ef982c6374914810cd07a8106 (diff) | |
download | jimtcl-d6ce55ad7e01a51acb8a2a909383366ecc89d0b2.zip jimtcl-d6ce55ad7e01a51acb8a2a909383366ecc89d0b2.tar.gz jimtcl-d6ce55ad7e01a51acb8a2a909383366ecc89d0b2.tar.bz2 |
tcltest: rework constraint system
Now 'constraint cmd|package' is like 'needs' but sets a constraint
The command to 'needs cmd' and 'constraint cmd' can now take
a subcommand to check.
Add 'constraint|needs eval|expr' to make some constraint checks
simpler.
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'tests/prefix.test')
-rw-r--r-- | tests/prefix.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/prefix.test b/tests/prefix.test index e81d429..5a5374d 100644 --- a/tests/prefix.test +++ b/tests/prefix.test @@ -15,7 +15,7 @@ source [file dirname [info script]]/testing.tcl needs cmd tcl::prefix tclprefix -testConstraint namespace [expr {[info commands namespace] ne ""}] +constraint cmd namespace test string-26.1 {tcl::prefix, too few args} -body { tcl::prefix match a |