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