mirror of https://github.com/sveltejs/svelte
parent
29a156957f
commit
c481c8d2b3
@ -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