Skip to content

Commit 465598b

Browse files
Fix quotes in test template
1 parent 287de51 commit 465598b

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/tests/runtime-runes/samples/custom-element-attributes

1 file changed

+1
-1
lines changed

packages/svelte/tests/runtime-runes/samples/custom-element-attributes/main.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
}
3232
}, {
33-
extends: "div"
33+
extends: 'div'
3434
});
3535
}
3636
</script>

0 commit comments

Comments
 (0)