Add more "integration" tests

This commit is contained in:
2022-11-02 20:16:29 -04:00
parent 6c652b195c
commit 1451970ca8
3 changed files with 114 additions and 2 deletions

View File

@@ -69,5 +69,6 @@ struct ucl_state *ucl_state_create_child(struct ucl_state *parent) {
}
void ucl_state_delete(struct ucl_state *state) {
ucl_object_delete(state->list);
// TODO: Cleanup
// ucl_object_delete(state->list);
}