Skip to content
New issue

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

Incorrect parsing doc with multiple self-closing nodes #232

Open
traceflight opened this issue Jan 20, 2025 · 0 comments
Open

Incorrect parsing doc with multiple self-closing nodes #232

traceflight opened this issue Jan 20, 2025 · 0 comments
Labels

Comments

@traceflight
Copy link

traceflight commented Jan 20, 2025

Document like following

<data>
    <a />
    <b />
</data>

will be parsed to

...
<data>
    <a>
      <b>
      </b>
  </a>
</data>
...

playground

@traceflight traceflight changed the title Parse error when doc with multiple self-closing nodes Incorrect parsing doc with multiple self-closing nodes Jan 20, 2025
@cfvescovo cfvescovo added the C-bug label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants