Searched refs:ExpectParseError (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/Support/
H A DYAMLParserTest.cpp26 static void ExpectParseError(StringRef Message, StringRef Input) { function in namespace:llvm
46 ExpectParseError("Not closing array", "[");
47 ExpectParseError("Not closing array", " [ ");
48 ExpectParseError("Not closing array", " [x");
70 ExpectParseError("Missing close on empty", "[{]");
71 ExpectParseError("Missing close after pair", "[{\"a\":\"b\"]");
75 ExpectParseError("Missing colon between key and value", "[{\"a\"\"/b\"}]");
76 ExpectParseError("Missing colon between key and value", "[{\"a\" \"b\"}]");
80 ExpectParseError("Missing open quote", "[{a\":\"b\"}]");
81 ExpectParseError("Missin
[all...]

Completed in 37 milliseconds