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

follow up on #520 #574

Open
joehe00 opened this issue Apr 14, 2024 · 1 comment
Open

follow up on #520 #574

joehe00 opened this issue Apr 14, 2024 · 1 comment

Comments

@joehe00
Copy link

joehe00 commented Apr 14, 2024

The fix resolved the issue in #520 but not below test:

    render(compiler(`<div>
    <div><div></div></div>
    </div>`))                 

=======================================

<div><div><div></div><div></div></div><pre><code>&lt;/div&gt;</code></pre></div>

  it('', () => {
    render(compiler(`<div>
    <div><div></div></div>
    </div>`))

    expect(root.innerHTML).toMatchInlineSnapshot(`
      <div>
        <div>
          <div>
          </div>
        </div>
      </div>
    `)
  })
@quantizor
Copy link
Owner

Thank you, going to pick this up after v8's first beta is available. Focusing my off time dev hours on that at the moment. If you want to look into it in the meantime, ideas welcome!

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