mirror of https://github.com/sveltejs/svelte
parent
2edc56b919
commit
909536dac9
@ -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