mirror of https://github.com/sveltejs/svelte
parent
d0f8a37424
commit
8e95c29a77
@ -0,0 +1,5 @@
|
|||||||
|
export default {
|
||||||
|
html: `
|
||||||
|
<div><div title='foo'>bar</div></div>
|
||||||
|
`,
|
||||||
|
};
|
@ -0,0 +1 @@
|
|||||||
|
<div><div title={'foo'}>bar</div></div>
|
Loading…
Reference in new issue