mirror of https://github.com/sveltejs/svelte
fix: join text nodes separated by comments (#13009)
parent
ae27f27810
commit
96117fa44d
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: join text nodes separated by comments
|
@ -0,0 +1,5 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({
|
||||
html: '<div>foobar</div>'
|
||||
});
|
@ -0,0 +1 @@
|
||||
<div>foo<!-- -->bar</div>
|
Loading…
Reference in new issue