Commit abd49d8b authored by Jesse Beder's avatar Jesse Beder
Browse files

Added null

parent 8b3778a6
......@@ -918,7 +918,10 @@ namespace YAML
if(!good())
return *this;
// TODO
PrepareNode(EmitterNodeType::Scalar);
m_stream << "~";
StartedScalar();
return *this;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment