Searched refs:error_inputs (Results 1 – 2 of 2) sorted by relevance
138 String error_inputs[] = {"/ hello world", "[u1]x", "[u2]-1000", "[u1]0x100", in testCorrectMessageParsing() local143 for (String input : error_inputs) { in testCorrectMessageParsing()
375 const char* error_inputs[] = {"/ hello world", in TEST_F() local389 for (size_t i = 0; error_inputs[i]; ++i) { in TEST_F()391 if (!TestInputParser(error_inputs[i], false, expected, 0)) in TEST_F()392 ADD_FAILURE() << "Unexpected test result for: " << error_inputs[i]; in TEST_F()