aboutsummaryrefslogtreecommitdiff
path: root/tests/regexp2.test
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2023-06-17 10:44:05 +1000
committerSteve Bennett <steveb@workware.net.au>2023-07-04 09:23:43 +1000
commitd6ce55ad7e01a51acb8a2a909383366ecc89d0b2 (patch)
tree6b4428d25bf8ecca748d9d411e7bb472d9eae05c /tests/regexp2.test
parent41f431f30cc6118ef982c6374914810cd07a8106 (diff)
downloadjimtcl-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/regexp2.test')
-rw-r--r--tests/regexp2.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/regexp2.test b/tests/regexp2.test
index 156454f..571c981 100644
--- a/tests/regexp2.test
+++ b/tests/regexp2.test
@@ -16,8 +16,7 @@
source [file dirname [info script]]/testing.tcl
needs cmd regexp
-testConstraint regexp_are [regexp {\d} 1]
-needs constraint regexp_are
+needs expr regexp_are {[regexp {\d} 1]}
# Procedure to evaluate a script within a proc, to test compilation
# functionality