Currently, the unit test is broken because of `onclick="${() => alert('hello')}"`. - bel@4 renders it as `onclick="() => alert(\'hello\')"` - pelo just removes it to match the result of bel@4 for `onclick=${() => alert('hello')}`
Currently, the unit test is broken because of
onclick="${() => alert('hello')}".onclick="() => alert(\'hello\')"onclick=${() => alert('hello')}