| json.cc | 369 assert_print_eq (const location &loc, 379 #define ASSERT_PRINT_EQ(JV, FORMATTED, EXPECTED_JSON) \ 380 assert_print_eq (SELFTEST_LOCATION, JV, FORMATTED, EXPECTED_JSON) 406 ASSERT_PRINT_EQ (obj, true, 410 ASSERT_PRINT_EQ (obj, false, 421 ASSERT_PRINT_EQ (arr, true, "[]"); 424 ASSERT_PRINT_EQ (arr, true, "[\"foo\"]"); 427 ASSERT_PRINT_EQ (arr, true, 430 ASSERT_PRINT_EQ (arr, false, 439 ASSERT_PRINT_EQ (float_number (0), true, "0") 368 assert_print_eq (const location &loc, function in namespace:selftest [all...] |