We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After debugging parcel-bundler/parcel#6752 (comment), the following XML:
<xml><a/><b/></xml>
gives the same startIndex on theb openTag event as it did for the a openTag (5, rather than the expected 9).
startIndex
b
openTag
a
5
9
The text was updated successfully, but these errors were encountered:
fix(parser): Fix indices of self-closing tags in XML
fee0a88
Fixes #941
Thanks for the report! Fixed this in #949 and released as 7.1.2.
7.1.2
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
After debugging parcel-bundler/parcel#6752 (comment), the following XML:
gives the same
startIndex
on theb
openTag
event as it did for thea
openTag
(5
, rather than the expected9
).The text was updated successfully, but these errors were encountered: