init commit again
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
general {
|
||||
funcon-term: sequential (
|
||||
check-true(is-equal(not false, true))
|
||||
, check-true(is-equal(not true, false))
|
||||
, print "OK"
|
||||
);
|
||||
}
|
||||
|
||||
tests {
|
||||
result-term : null-value;
|
||||
standard-out : ["OK"];
|
||||
}
|
||||
Reference in New Issue
Block a user