mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-11-25 12:01:43 +00:00
Small readability improvements in Parser
Also add a test for a parser with no data
This commit is contained in:
committed by
Jesse Beder
parent
72f699f5ce
commit
5b3e30bfe9
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user