You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
In FXmlFile::CreateRootNode the check `ParsingNodeStack.Last()->Tag != Tag` was failing in the case of e.g. a start tag "entry\n" mismatched with an end tag of "entry". Attribute value tokens also had trailing newline chars injected that were causing further issues with SVN commands. An accumulation of newline chars was also present in the node Content. #jira UE-213478 #rb brooke.hubert #fyi steve.robb #review-33316942 [CL 33458602 by ross smith2 in 5.4 branch]