Small readability improvements in Parser

Also add a test for a parser with no data
This commit is contained in:
Igor [hyperxor]
2019-11-23 22:17:02 +03:00
committed by Jesse Beder
parent 72f699f5ce
commit 5b3e30bfe9
3 changed files with 24 additions and 13 deletions

View File

@@ -1,8 +1,11 @@
#include "yaml-cpp/emitterstyle.h"
#include "yaml-cpp/eventhandler.h"
#include "yaml-cpp/mark.h"
#include "gmock/gmock.h"
#include <string>
namespace YAML {
class MockEventHandler : public EventHandler {