mirror of https://github.com/sveltejs/svelte
parent
41fb51349e
commit
9b6e65fbeb
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: correctly transform `pre` with no content
|
@ -0,0 +1,5 @@
|
|||||||
|
import { test } from '../../test';
|
||||||
|
|
||||||
|
export default test({
|
||||||
|
html: `<pre></pre>`
|
||||||
|
});
|
@ -0,0 +1 @@
|
|||||||
|
<pre></pre>
|
Loading…
Reference in new issue