mirror of https://github.com/sveltejs/svelte
Add failing test for #16242
parent
da2feafe67
commit
f7ce3f6a99
@ -0,0 +1 @@
|
||||
<p>nested</p>
|
@ -0,0 +1,2 @@
|
||||
<!--[-->
|
||||
<main><p>nested</p><!----></main><!--]-->
|
@ -0,0 +1,7 @@
|
||||
<script>
|
||||
// https://github.com/sveltejs/svelte/issues/16242
|
||||
import Nested from './Nested.svelte';
|
||||
</script>
|
||||
<main>
|
||||
<Nested />
|
||||
</main>
|
Loading…
Reference in new issue