Searched refs:test_obj (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/libucl/tests/
H A Dtest_generate.c44 ucl_object_t *obj, *cur, *ar, *ar1, *ref, *test_obj, *comments; local
182 test_obj = ucl_object_new_full (UCL_OBJECT, 2);
183 ucl_object_insert_key (test_obj, cur, "key16", 0, true);
184 ucl_object_merge (obj, test_obj, true);
185 ucl_object_unref (test_obj);
187 test_obj = ucl_object_new_full (UCL_ARRAY, 3);
188 ucl_array_append (test_obj, ucl_object_fromstring ("test"));
189 ucl_array_merge (test_obj, ar1, false);
190 ucl_object_insert_key (obj, test_obj, "key17", 0, true);

Completed in 46 milliseconds