Skip to content

Commit f4c4d99

Browse files
authored
fix: add test so #6009 doesn't regress (#9075)
closes #6009
1 parent 3173fdd commit f4c4d99

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<script>
2+
import Bla from './Bla.svelte';
3+
</script>
4+
5+
<Bla>
6+
<button slot="foo" class:bar on:click={clickFn} let:bar let:clickFn>{bar}</button>
7+
</Bla>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

0 commit comments

Comments
 (0)