init commit again
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
general {
|
||||
funcon-term:
|
||||
initialise-giving initialise-generating finalise-failing
|
||||
sequential (
|
||||
print object-feature-map object(fresh-atom,"A",map()),
|
||||
print object-feature-map object(fresh-atom,"B",map(),
|
||||
object(fresh-atom,"C",map()))
|
||||
)
|
||||
;
|
||||
}
|
||||
|
||||
tests {
|
||||
result-term: null-value;
|
||||
standard-out: [
|
||||
map(), map()
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user