chore: update snapshots

This commit is contained in:
Dylan Piercey 2022-01-19 13:49:03 -07:00 committed by Dylan Piercey
parent a270a5a8b9
commit a8f025dfa9
3 changed files with 8 additions and 7 deletions

View File

@ -19,7 +19,6 @@ container.querySelector("button").click();
```html
<div>
Hello!
<button>
Toggle
</button>
@ -28,7 +27,8 @@ container.querySelector("button").click();
# Mutations
```
inserted div0/#text0
removed after div0/#text0
```
@ -46,7 +46,8 @@ container.querySelector("button").click();
# Mutations
```
inserted div0/#text0
removed after div0/#text0
```
@ -55,7 +56,6 @@ container.querySelector("button").click();
```html
<div>
Hello!
<button>
Toggle
</button>
@ -64,5 +64,6 @@ container.querySelector("button").click();
# Mutations
```
inserted div0/#text0
removed after div0/#text0
```

View File

@ -35,6 +35,6 @@ function _applyWith_x_y(x = _read(14), y = _read(15)) {
}
export const template = "<!><!><div><!></div>";
export const walks = "%%D%";
export const walks = "%+b%+bD%+";
export const apply = _apply_a;
export default _createRenderFn(template, walks, apply);

View File

@ -11,6 +11,6 @@ function _apply_show(show) {
}
export const template = "<!>";
export const walks = "%";
export const walks = "%+";
export const apply = _apply_show;
export default _createRenderFn(template, walks, apply);