joehe00
Results
1
comments of
joehe00
It resolves the issue mentioned in the original ticket, but failed for test below and generate string: ``` </div> it('', () => { render(compiler(` `)) expect(root.innerHTML).toMatchInlineSnapshot(` `) }) ```