Skip to content

Commit

Permalink
fix: add test so #6009 doesn't regress (#9075)
Browse files Browse the repository at this point in the history
closes #6009
  • Loading branch information
ngtr6788 committed Aug 7, 2023
1 parent 3173fdd commit f4c4d99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<script>
import Bla from './Bla.svelte';
</script>

<Bla>
<button slot="foo" class:bar on:click={clickFn} let:bar let:clickFn>{bar}</button>
</Bla>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]

0 comments on commit f4c4d99

Please sign in to comment.