You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that is in the following file (with all context included) blocksdef.txt
Passing this into tinyxml2::Parse(const char, size_t) will result in the following error XML_ERROR_PARSING_TEXT and removing the comment block successfully parses the file.
I have deduced the error to be that the angle brackets that may have open and close values <> in the line below the comment block instantiation <!-- must be tab aligned with the comment block to resolve the issue, so you can fix the issue by just tabbing the comment block in like so
Take a comment block like
that is in the following file (with all context included)
blocksdef.txt
Passing this into
tinyxml2::Parse(const char, size_t)
will result in the following errorXML_ERROR_PARSING_TEXT
and removing the comment block successfully parses the file.I have deduced the error to be that the angle brackets that may have open and close values
<>
in the line below the comment block instantiation<!--
must be tab aligned with the comment block to resolve the issue, so you can fix the issue by just tabbing the comment block in like soDue to the fact that a user may not be able to edit the source file, a way to ignore the tab difference in comment blocks would be great. Thank you!
The text was updated successfully, but these errors were encountered: