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