Lines Matching refs:Array
49 ExpectParseSuccess("Empty array", "[]");
53 ExpectParseError("Not closing array", "[");
54 ExpectParseError("Not closing array", " [ ");
55 ExpectParseError("Not closing array", " [x");
59 ExpectParseSuccess("Array with spaces", " [ ] ");
102 "Multiple objects in array",
130 ExpectParseSuccess("Array of arrays", "[[]]");
176 ExpectParseError("In array starting with EOF", "[");
177 ExpectParseError("In array element starting with EOF", "[[], ");
178 ExpectParseError("In array hitting EOF", "[[] ");
179 ExpectParseError("In array hitting EOF", "[[]");
188 // of an array.
202 // Checks that parsing the given string inside an array fails.
230 yaml::SequenceNode *Array
232 EXPECT_EQ(6, std::distance(Array->begin(), Array->end()));