Skip to content

Commit 7918612

Browse files
Update packages/svelte/tests/migrate/samples/slot-non-identifier/output.svelte
Co-authored-by: Paolo Ricciuti <[email protected]>
1 parent 320bfb4 commit 7918612

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/tests/migrate/samples/slot-non-identifier

1 file changed

+1
-1
lines changed

packages/svelte/tests/migrate/samples/slot-non-identifier/output.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</Comp>
3333

3434
<Comp>
35-
<!-- @migration-task: migrate this slot by hand -->
35+
<!-- @migration-task: migrate this slot by hand, `cool stuff` is an invalid identifier -->
3636
<svelte:fragment slot="cool stuff">
3737
cool
3838
</svelte:fragment>

0 commit comments

Comments
 (0)