Added null
This commit is contained in:
parent
0cceb316e6
commit
d8950379ca
@ -918,7 +918,10 @@ namespace YAML
|
|||||||
if(!good())
|
if(!good())
|
||||||
return *this;
|
return *this;
|
||||||
|
|
||||||
// TODO
|
PrepareNode(EmitterNodeType::Scalar);
|
||||||
|
|
||||||
|
m_stream << "~";
|
||||||
|
|
||||||
StartedScalar();
|
StartedScalar();
|
||||||
|
|
||||||
return *this;
|
return *this;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user