Home
last modified time | relevance | path

Searched refs:long_valuestring (Results 1 – 1 of 1) sorted by relevance

/third_party/cJSON/tests/
Dmisc_tests.c624 …const char *long_valuestring = "new valuestring which much longer than previous should be changed … in cjson_set_valuestring_to_object_should_not_leak_memory() local
641 return_value = cJSON_SetValuestring(cJSON_GetObjectItem(root, "one"), long_valuestring); in cjson_set_valuestring_to_object_should_not_leak_memory()
644 TEST_ASSERT_EQUAL_STRING(long_valuestring, cJSON_GetObjectItem(root, "one")->valuestring); in cjson_set_valuestring_to_object_should_not_leak_memory()
646 return_value = cJSON_SetValuestring(cJSON_GetObjectItem(root, "two"), long_valuestring); in cjson_set_valuestring_to_object_should_not_leak_memory()