failing tests for #741

pull/7738/head
Rich Harris 8 years ago
parent 612c59bc50
commit aed1706696

@ -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>`
};
Loading…
Cancel
Save