Searched refs:test_equal_text (Results 1 – 1 of 1) sorted by relevance
560 static void test_equal_text(JsonVariant *v, const char *text) { in test_equal_text() function570 test_equal_text(v, "null"); in TEST()572 test_equal_text(v, "{\"foo\" : null}"); in TEST()574 test_equal_text(v, "{\"foo\" : null, \"bar\" : \"quux\"}"); in TEST()576 test_equal_text(v, "{\"foo\" : \"quux2\", \"bar\" : \"quux\"}"); in TEST()578 test_equal_text(v, "{\"foo\" : \"quux2\", \"bar\" : null}"); in TEST()