delete comment
This commit is contained in:
parent
683c4d8517
commit
cebb552802
@ -160,11 +160,12 @@ void EmitterState::EndedGroup(GroupType::value type) {
|
|||||||
return SetError(ErrorMsg::UNEXPECTED_END_MAP);
|
return SetError(ErrorMsg::UNEXPECTED_END_MAP);
|
||||||
}
|
}
|
||||||
|
|
||||||
// if have the unhandled Tag/Anchor, set the error message
|
if (m_hasTag) {
|
||||||
if (m_hasTag)
|
|
||||||
SetError(ErrorMsg::INVALID_TAG);
|
SetError(ErrorMsg::INVALID_TAG);
|
||||||
if (m_hasAnchor)
|
}
|
||||||
|
if (m_hasAnchor) {
|
||||||
SetError(ErrorMsg::INVALID_ANCHOR);
|
SetError(ErrorMsg::INVALID_ANCHOR);
|
||||||
|
}
|
||||||
|
|
||||||
// get rid of the current group
|
// get rid of the current group
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user