Searched refs:errors (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/edify/ |
D | main.c | 26 int expect(const char* expr_str, const char* expected, int* errors) { in expect() argument 39 ++*errors; in expect() 53 ++*errors; in expect() 64 ++*errors; in expect() 74 int errors = 0; in test() local 76 expect("a", "a", &errors); in test() 77 expect("\"a\"", "a", &errors); in test() 78 expect("\"\\x61\"", "a", &errors); in test() 82 "a", &errors); in test() 86 expect("a; b; c", "c", &errors); in test() [all …]
|