mirror of https://github.com/sveltejs/svelte
fix creating debugging comment for HTML comment (#4567)
parent
e247de351b
commit
a0749f6adb
@ -0,0 +1,3 @@
|
||||
<slot name="a"><!-- placeholder--></slot>
|
||||
<slot name="b"><!-- placeholder--> </slot>
|
||||
<slot name="c"><!-- placeholder--> foobar </slot>
|
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
html: `
|
||||
foobar
|
||||
`,
|
||||
};
|
@ -0,0 +1,5 @@
|
||||
<script>
|
||||
import Inner from "./Inner.svelte";
|
||||
</script>
|
||||
|
||||
<Inner></Inner>
|
Loading…
Reference in new issue