Files
IBAFLang/IBAF-cbs/Funcons-beta/Values/Composite/Objects/tests/object-feature-map.config
2023-11-01 09:29:33 +01:00

18 lines
375 B
Plaintext

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()
];
}