mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
chore: update snapshots
This commit is contained in:
parent
a270a5a8b9
commit
a8f025dfa9
@ -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
|
||||
```
|
||||
@ -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);
|
||||
@ -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);
|
||||
Loading…
x
Reference in New Issue
Block a user