Open pdl opened 5 years ago
@pdl thanks! Is this an issue with newer Xcode versions?
Did you mean something else? Xcode appears to be an IDE for Apple products. In case you mean node, the results look the same on 8, 10, and 12.
@pdl sorry, I was in a hurry and by mistake I thought this was an issue in another project of mine (https://github.com/remuslazar/osx-xliff-tool) - also having "xl"-something in the name..
Xmlsplit appears not to handle self-closing tags: it appears to think it has seen only the open-tag and never finds the balanced close-tag. This PR demonstrates the problem, causing the test suite to fail, but I have not written a fix.