failing tests for #741

pull/747/head
Rich Harris 8 years ago
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>`
};
Loading…
Cancel
Save