mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +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