mirror of https://github.com/sveltejs/svelte
parent
205bb37d2d
commit
fc34792743
@ -0,0 +1 @@
|
||||
<div>{{value}}</div>
|
@ -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…
Reference in new issue