From a770803bf8a20441c0b9cb87b6cec06956c2c46e Mon Sep 17 00:00:00 2001 From: Simon Holthausen Date: Thu, 14 Mar 2024 11:40:11 +0100 Subject: [PATCH] enhance test --- .../runtime-legacy/samples/slot-children-prop/_config.js | 2 +- .../runtime-legacy/samples/slot-children-prop/main.svelte | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 + + +