@@ -184,7 +184,7 @@ exports[`changing state before first render does not trigger a render (with pare
184184}"
185185`;
186186
187- exports[`changing state before first render does not trigger a render (with parent) 2 `] = `
187+ exports[`changing state before first render does not trigger a render (with parent) 3 `] = `
188188"function anonymous(app, bdom, helpers
189189) {
190190 let { text, createBlock, list, multi, html, toggler, comment } = bdom;
@@ -254,7 +254,7 @@ exports[`components are not destroyed between animation frame 1`] = `
254254}"
255255`;
256256
257- exports[`components are not destroyed between animation frame 2 `] = `
257+ exports[`components are not destroyed between animation frame 3 `] = `
258258"function anonymous(app, bdom, helpers
259259) {
260260 let { text, createBlock, list, multi, html, toggler, comment } = bdom;
@@ -268,7 +268,7 @@ exports[`components are not destroyed between animation frame 2`] = `
268268}"
269269`;
270270
271- exports[`components are not destroyed between animation frame 3 `] = `
271+ exports[`components are not destroyed between animation frame 5 `] = `
272272"function anonymous(app, bdom, helpers
273273) {
274274 let { text, createBlock, list, multi, html, toggler, comment } = bdom;
@@ -748,7 +748,7 @@ exports[`concurrent renderings scenario 10 2`] = `
748748}"
749749`;
750750
751- exports[`concurrent renderings scenario 10 3 `] = `
751+ exports[`concurrent renderings scenario 10 4 `] = `
752752"function anonymous(app, bdom, helpers
753753) {
754754 let { text, createBlock, list, multi, html, toggler, comment } = bdom;
@@ -993,7 +993,7 @@ exports[`concurrent renderings scenario 16 3`] = `
993993}"
994994`;
995995
996- exports[`concurrent renderings scenario 16 4 `] = `
996+ exports[`concurrent renderings scenario 16 6 `] = `
997997"function anonymous(app, bdom, helpers
998998) {
999999 let { text, createBlock, list, multi, html, toggler, comment } = bdom;
@@ -1024,7 +1024,7 @@ exports[`creating two async components, scenario 1 1`] = `
10241024}"
10251025`;
10261026
1027- exports[`creating two async components, scenario 1 2 `] = `
1027+ exports[`creating two async components, scenario 1 3 `] = `
10281028"function anonymous(app, bdom, helpers
10291029) {
10301030 let { text, createBlock, list, multi, html, toggler, comment } = bdom;
@@ -1038,7 +1038,7 @@ exports[`creating two async components, scenario 1 2`] = `
10381038}"
10391039`;
10401040
1041- exports[`creating two async components, scenario 1 3 `] = `
1041+ exports[`creating two async components, scenario 1 5 `] = `
10421042"function anonymous(app, bdom, helpers
10431043) {
10441044 let { text, createBlock, list, multi, html, toggler, comment } = bdom;
@@ -1085,7 +1085,7 @@ exports[`creating two async components, scenario 2 2`] = `
10851085}"
10861086`;
10871087
1088- exports[`creating two async components, scenario 2 3 `] = `
1088+ exports[`creating two async components, scenario 2 5 `] = `
10891089"function anonymous(app, bdom, helpers
10901090) {
10911091 let { text, createBlock, list, multi, html, toggler, comment } = bdom;
@@ -1133,7 +1133,7 @@ exports[`creating two async components, scenario 3 (patching in the same frame)
11331133}"
11341134`;
11351135
1136- exports[`creating two async components, scenario 3 (patching in the same frame) 3 `] = `
1136+ exports[`creating two async components, scenario 3 (patching in the same frame) 5 `] = `
11371137"function anonymous(app, bdom, helpers
11381138) {
11391139 let { text, createBlock, list, multi, html, toggler, comment } = bdom;
@@ -1308,7 +1308,7 @@ exports[`delayed render does not go through when t-component value changed 2`] =
13081308}"
13091309`;
13101310
1311- exports[`delayed render does not go through when t-component value changed 3 `] = `
1311+ exports[`delayed render does not go through when t-component value changed 4 `] = `
13121312"function anonymous(app, bdom, helpers
13131313) {
13141314 let { text, createBlock, list, multi, html, toggler, comment } = bdom;
@@ -1617,7 +1617,7 @@ exports[`destroyed component causes other soon to be destroyed component to rere
16171617}"
16181618`;
16191619
1620- exports[`destroyed component causes other soon to be destroyed component to rerender, weird stuff happens 2 `] = `
1620+ exports[`destroyed component causes other soon to be destroyed component to rerender, weird stuff happens 3 `] = `
16211621"function anonymous(app, bdom, helpers
16221622) {
16231623 let { text, createBlock, list, multi, html, toggler, comment } = bdom;
@@ -1628,7 +1628,7 @@ exports[`destroyed component causes other soon to be destroyed component to rere
16281628}"
16291629`;
16301630
1631- exports[`destroyed component causes other soon to be destroyed component to rerender, weird stuff happens 3 `] = `
1631+ exports[`destroyed component causes other soon to be destroyed component to rerender, weird stuff happens 4 `] = `
16321632"function anonymous(app, bdom, helpers
16331633) {
16341634 let { text, createBlock, list, multi, html, toggler, comment } = bdom;
@@ -1656,7 +1656,7 @@ exports[`destroying/recreating a subcomponent, other scenario 1`] = `
16561656}"
16571657`;
16581658
1659- exports[`destroying/recreating a subcomponent, other scenario 2 `] = `
1659+ exports[`destroying/recreating a subcomponent, other scenario 3 `] = `
16601660"function anonymous(app, bdom, helpers
16611661) {
16621662 let { text, createBlock, list, multi, html, toggler, comment } = bdom;
@@ -1685,7 +1685,7 @@ exports[`destroying/recreating a subwidget with different props (if start is not
16851685}"
16861686`;
16871687
1688- exports[`destroying/recreating a subwidget with different props (if start is not over) 2 `] = `
1688+ exports[`destroying/recreating a subwidget with different props (if start is not over) 3 `] = `
16891689"function anonymous(app, bdom, helpers
16901690) {
16911691 let { text, createBlock, list, multi, html, toggler, comment } = bdom;
@@ -1787,7 +1787,7 @@ exports[`rendering component again in next microtick 1`] = `
17871787}"
17881788`;
17891789
1790- exports[`rendering component again in next microtick 2 `] = `
1790+ exports[`rendering component again in next microtick 3 `] = `
17911791"function anonymous(app, bdom, helpers
17921792) {
17931793 let { text, createBlock, list, multi, html, toggler, comment } = bdom;
0 commit comments