You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix parsing of XML CDATA and add test cases
This commit is contained in:
@@ -137,7 +137,7 @@ bool XMLParser::_parse_cdata() {
|
||||
next_char();
|
||||
}
|
||||
|
||||
if (cDataEnd) {
|
||||
if (!cDataEnd) {
|
||||
cDataEnd = P;
|
||||
}
|
||||
node_name = String::utf8(cDataBegin, (int)(cDataEnd - cDataBegin));
|
||||
|
||||
Reference in New Issue
Block a user