diff --git a/packages/svelte/tests/runtime-legacy/samples/slot-children-prop/_config.js b/packages/svelte/tests/runtime-legacy/samples/slot-children-prop/_config.js index 3add2f34f3..48b7168f30 100644 --- a/packages/svelte/tests/runtime-legacy/samples/slot-children-prop/_config.js +++ b/packages/svelte/tests/runtime-legacy/samples/slot-children-prop/_config.js @@ -1,5 +1,5 @@ import { test } from '../../test'; export default test({ - html: `foo bar` + html: `foo bar foo` }); diff --git a/packages/svelte/tests/runtime-legacy/samples/slot-children-prop/main.svelte b/packages/svelte/tests/runtime-legacy/samples/slot-children-prop/main.svelte index 15d898bdd3..63c5cc3aae 100644 --- a/packages/svelte/tests/runtime-legacy/samples/slot-children-prop/main.svelte +++ b/packages/svelte/tests/runtime-legacy/samples/slot-children-prop/main.svelte @@ -4,4 +4,6 @@ bar - \ No newline at end of file + + +