Skip to content

Commit 817cf1a

Browse files
committed
chore: add all failing cases to test
1 parent 7be381c commit 817cf1a

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/tests/runtime-runes/samples/template-deriveds-with-init

1 file changed

+1
-1
lines changed

packages/svelte/tests/runtime-runes/samples/template-deriveds-with-init/main.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
const foobar = () => '';
33
</script>
44

5-
<select value={foobar()}></select>
5+
<select value={foobar()} autofocus={foobar()} muted={foobar()}></select>

0 commit comments

Comments
 (0)