diff --git a/test/runtime/samples/component-binding-each-remount-keyed/Child.svelte b/test/runtime/samples/component-binding-each-remount-keyed/Child.svelte index 97ea7670ad..e6cbf9d1d0 100644 --- a/test/runtime/samples/component-binding-each-remount-keyed/Child.svelte +++ b/test/runtime/samples/component-binding-each-remount-keyed/Child.svelte @@ -1,21 +1,21 @@
- {#each list as item (item)} - - {/each} + {#each list as item (item)} + + {/each}
diff --git a/test/runtime/samples/component-binding-each-remount-keyed/InnerChild.svelte b/test/runtime/samples/component-binding-each-remount-keyed/InnerChild.svelte index 8ef7d6fac6..f0b5d57a82 100644 --- a/test/runtime/samples/component-binding-each-remount-keyed/InnerChild.svelte +++ b/test/runtime/samples/component-binding-each-remount-keyed/InnerChild.svelte @@ -1,14 +1,14 @@ - {val} + {val} \ No newline at end of file diff --git a/test/runtime/samples/component-binding-each-remount-keyed/main.svelte b/test/runtime/samples/component-binding-each-remount-keyed/main.svelte index 561e3111c7..7f4c448d8f 100644 --- a/test/runtime/samples/component-binding-each-remount-keyed/main.svelte +++ b/test/runtime/samples/component-binding-each-remount-keyed/main.svelte @@ -1,35 +1,35 @@ {#each vals as val, index (val)} - + {/each} diff --git a/test/runtime/samples/component-binding-each-remount-unkeyed/Child.svelte b/test/runtime/samples/component-binding-each-remount-unkeyed/Child.svelte index 6b01368e24..8b7edc10f4 100644 --- a/test/runtime/samples/component-binding-each-remount-unkeyed/Child.svelte +++ b/test/runtime/samples/component-binding-each-remount-unkeyed/Child.svelte @@ -1,21 +1,21 @@
- {#each list as item} - - {/each} + {#each list as item} + + {/each}
diff --git a/test/runtime/samples/component-binding-each-remount-unkeyed/InnerChild.svelte b/test/runtime/samples/component-binding-each-remount-unkeyed/InnerChild.svelte index 8ef7d6fac6..f0b5d57a82 100644 --- a/test/runtime/samples/component-binding-each-remount-unkeyed/InnerChild.svelte +++ b/test/runtime/samples/component-binding-each-remount-unkeyed/InnerChild.svelte @@ -1,14 +1,14 @@ - {val} + {val} \ No newline at end of file diff --git a/test/runtime/samples/component-binding-each-remount-unkeyed/main.svelte b/test/runtime/samples/component-binding-each-remount-unkeyed/main.svelte index 561e3111c7..7f4c448d8f 100644 --- a/test/runtime/samples/component-binding-each-remount-unkeyed/main.svelte +++ b/test/runtime/samples/component-binding-each-remount-unkeyed/main.svelte @@ -1,35 +1,35 @@ {#each vals as val, index (val)} - + {/each}