Add failing test for #16242

pull/16243/head
Jan Vogt 2 months ago
parent da2feafe67
commit f7ce3f6a99

@ -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…
Cancel
Save