mirror of https://github.com/sveltejs/svelte
add test for #3326
parent
4d0256874e
commit
03e6338920
@ -0,0 +1,3 @@
|
||||
export default {
|
||||
html: `<p>x<span>baz</span></p>`
|
||||
};
|
@ -0,0 +1 @@
|
||||
<p>{@html 'x'}<span>baz</span></p>
|
Loading…
Reference in new issue