chore: fix snapshots
This commit is contained in:
parent
8da6df7235
commit
c441e88469
@ -195,6 +195,7 @@ exports[`compiler: codegen temps 1`] = `
|
||||
return function render() {
|
||||
with (this) {
|
||||
let _temp0, _temp1, _temp2
|
||||
|
||||
return null
|
||||
}
|
||||
}"
|
||||
|
@ -565,7 +565,7 @@ describe('compiler: codegen', () => {
|
||||
"
|
||||
return function render() {
|
||||
with (this) {
|
||||
return (foo = bar)
|
||||
return foo = bar
|
||||
}
|
||||
}"
|
||||
`)
|
||||
|
Loading…
Reference in New Issue
Block a user