Skip to content

Commit 320bfb4

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

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
@@ -3,7 +3,7 @@
33
</script>
44

55
<Comp>
6-
<!-- @migration-task: migrate this slot by hand -->
6+
<!-- @migration-task: migrate this slot by hand, `cool:stuff` is an invalid identifier -->
77
<div slot="cool:stuff">
88
cool
99
</div>

0 commit comments

Comments
 (0)