7 lines
71 B
Tcl
7 lines
71 B
Tcl
![]() |
test "test OK" {
|
||
|
}
|
||
|
|
||
|
test "test failed" {
|
||
|
assert {"foo" eq "bar"}
|
||
|
}
|