remuslazar / node-xmlsplit

Split large XML files into smaller chunks, uses Node.js Stream API
MIT License
18 stars 6 forks source link

Tests should include self-closing tags #8

Open pdl opened 5 years ago

pdl commented 5 years ago

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.

remuslazar commented 5 years ago

@pdl thanks! Is this an issue with newer Xcode versions?

pdl commented 5 years ago

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.

remuslazar commented 5 years ago

@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..