Updated from core
This commit is contained in:
commit
f17cfacdbb
@ -57,7 +57,7 @@ namespace YAML
|
|||||||
|
|
||||||
// special case: a value node by itself must be a map, with no header
|
// special case: a value node by itself must be a map, with no header
|
||||||
if(m_scanner.peek().type == Token::VALUE) {
|
if(m_scanner.peek().type == Token::VALUE) {
|
||||||
eventHandler.OnMapStart(mark, "", NullAnchor);
|
eventHandler.OnMapStart(mark, "?", NullAnchor);
|
||||||
HandleMap(eventHandler);
|
HandleMap(eventHandler);
|
||||||
eventHandler.OnMapEnd();
|
eventHandler.OnMapEnd();
|
||||||
return;
|
return;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user