Skip to content

Commit d7fa2e6

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

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
@@ -25,7 +25,7 @@
2525
</Comp>
2626

2727
<Comp>
28-
<!-- @migration-task: migrate this slot by hand -->
28+
<!-- @migration-task: migrate this slot by hand, `cool:stuff` is an invalid identifier -->
2929
<svelte:fragment slot="cool:stuff">
3030
cool
3131
</svelte:fragment>

0 commit comments

Comments
 (0)