mirror of https://github.com/sveltejs/svelte
parent
6d37c033f9
commit
3d238b0846
@ -0,0 +1,3 @@
|
||||
export default {
|
||||
html: `<span title='"foo"'>foo</span>`
|
||||
};
|
@ -0,0 +1 @@
|
||||
<span title='{{"\"foo\""}}'>foo</span>
|
Loading…
Reference in new issue