init commit again
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
general {
|
||||
funcon-term: sequential (
|
||||
check-true(is-equal(tuple(1,2,3,4,5), tuple drop-first-n(0,1,2,3,4,5)))
|
||||
, check-true(is-equal(tuple(2,3,4,5), tuple drop-first-n(1,1,2,3,4,5)))
|
||||
, check-true(is-equal(tuple(3,4,5), tuple drop-first-n(2,1,2,3,4,5)))
|
||||
, check-true(is-equal(tuple(4,5), tuple drop-first-n(3,1,2,3,4,5)))
|
||||
, print "OK"
|
||||
);
|
||||
}
|
||||
|
||||
tests {
|
||||
result-term : null-value;
|
||||
standard-out : ["OK"];
|
||||
}
|
||||
Reference in New Issue
Block a user