1 source [file dirname [info script]]/testing.tcl
3 # Test number detection
22 foreach {str exp} $good_testcases {
23 test expr-base-1.[incr i] "expr conversion" [list expr [list $str]] $exp
36 foreach str $bad_testcases {
37 test expr-base-2.[incr i] "expr conversion failure" -returnCodes error -body [list expr $str] -match glob -result "*"