expand escape-template-literals test

pull/1165/head
Conduitry 8 years ago
parent 205bb37d2d
commit fc34792743

@ -1,3 +1,3 @@
export default {
html: '<code>`${foo}\\n`</code>'
html: '<code>`${foo}\\n`</code>\n<div title="`${foo}\\n`">foo</div>\n<div>`${foo}\\n`</div>',
};

@ -1 +1,8 @@
<code>`${foo}\n`</code>
<div title="`${foo}\n`">foo</div>
<Widget value="`${foo}\n`"/>
<script>
import Widget from './Widget.html';
export default { components: { Widget } };
</script>

Loading…
Cancel
Save