Added null

This commit is contained in:
beder 2012-05-22 17:55:17 -05:00
parent 3b5395c3ed
commit 35a15b3df1

View File

@ -918,7 +918,10 @@ namespace YAML
if(!good())
return *this;
// TODO
PrepareNode(EmitterNodeType::Scalar);
m_stream << "~";
StartedScalar();
return *this;