mirror of https://github.com/sveltejs/svelte
failing tests for #741
parent
e63b18960c
commit
dd8d4ed7ff
@ -0,0 +1,3 @@
|
|||||||
|
export default {
|
||||||
|
html: `<a href='mailto:hello@example.com'>email</a>`
|
||||||
|
};
|
@ -0,0 +1 @@
|
|||||||
|
<a href='mailto:hello@example.com'>email</a>
|
@ -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