Searched refs:ExpectFromStringError (Results 1 – 1 of 1) sorted by relevance
25 void ExpectFromStringError(const char* s) { in ExpectFromStringError() function44 ExpectFromStringError(""); in TEST()45 ExpectFromStringError("/"); in TEST()46 ExpectFromStringError("1/"); in TEST()47 ExpectFromStringError("/1"); in TEST()48 ExpectFromStringError("888/"); in TEST()49 ExpectFromStringError("1/2/3"); in TEST()50 ExpectFromStringError("not a fraction at all"); in TEST()