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

/external/llvm/unittests/Support/
H A DYAMLParserTest.cpp33 static void ExpectParseError(StringRef Message, StringRef Input) { function in namespace:llvm
53 ExpectParseError("Not closing array", "[");
54 ExpectParseError("Not closing array", " [ ");
55 ExpectParseError("Not closing array", " [x");
77 ExpectParseError("Missing close on empty", "[{]");
78 ExpectParseError("Missing close after pair", "[{\"a\":\"b\"]");
82 ExpectParseError("Missing colon between key and value", "[{\"a\"\"/b\"}]");
83 ExpectParseError("Missing colon between key and value", "[{\"a\" \"b\"}]");
87 ExpectParseError("Missing open quote", "[{a\":\"b\"}]");
88 ExpectParseError("Missin
[all...]

Completed in 65 milliseconds