test: update snapshot

This commit is contained in:
三咲智子 Kevin Deng 2024-01-20 13:29:55 +08:00
parent 10f8cb4351
commit 199b19f076
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 3 additions and 1 deletions

View File

@ -207,8 +207,10 @@ exports[`compile > expression parsing > interpolation 1`] = `
const t0 = _fragment()
const n0 = t0()
const n1 = _createTextNode(a + b.value)
_append(n0, n1)
_renderEffect(() => {
_setText(n0, undefined, a + b.value)
_setText(n1, undefined, a + b.value)
})
return n0
})()"