Added null
This commit is contained in:
parent
8b3778a639
commit
abd49d8bca
@ -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