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

Wrongly nested output #3

Open
n2o opened this issue May 15, 2020 · 1 comment
Open

Wrongly nested output #3

n2o opened this issue May 15, 2020 · 1 comment

Comments

@n2o
Copy link

n2o commented May 15, 2020

Hi, thanks for your project!

I found a bug when trying to convert this code:

<section>
  <div></div>
</section>
<section>
  <div></div>
</section>

The resulting data structure is:

([:section [:div]
  [:section [:div]]])

But it should be

([:section [:div]]
 [:section [:div]])

The sections should not be nested.

Thanks! ☀️

@seabre
Copy link
Owner

seabre commented Jun 25, 2021

I, ugh, don't look at this project a lot. I'll take a look when I get some time. Thanks for making me aware of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants