mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Merge from core
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
using ::testing::_;
|
||||
using ::testing::InSequence;
|
||||
|
||||
namespace YAML {
|
||||
namespace {
|
||||
@@ -92,6 +93,7 @@ class EncodingTest : public HandlerTest {
|
||||
}
|
||||
|
||||
void Run() {
|
||||
InSequence sequence;
|
||||
EXPECT_CALL(handler, OnDocumentStart(_));
|
||||
EXPECT_CALL(handler, OnSequenceStart(_, "?", 0));
|
||||
for (std::size_t i = 0; i < m_entries.size(); i++) {
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user