Skip to content

Commit

Permalink
Update packages/svelte/tests/migrate/samples/slot-non-identifier/outp…
Browse files Browse the repository at this point in the history
…ut.svelte

Co-authored-by: Paolo Ricciuti <ricciutipaolo@gmail.com>
  • Loading branch information
trueadm and paoloricciuti authored Oct 18, 2024
1 parent 827e546 commit d7fa2e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</Comp>

<Comp>
<!-- @migration-task: migrate this slot by hand -->
<!-- @migration-task: migrate this slot by hand, `cool:stuff` is an invalid identifier -->
<svelte:fragment slot="cool:stuff">
cool
</svelte:fragment>
Expand Down

0 comments on commit d7fa2e6

Please sign in to comment.