mirror of https://github.com/sveltejs/svelte
add failing test for #3900
parent
c29e2085a1
commit
56ddb16e19
@ -0,0 +1,6 @@
|
||||
export default {
|
||||
compileOptions: {
|
||||
dev: true
|
||||
},
|
||||
html: `<div>deconflicted</div>`
|
||||
};
|
@ -0,0 +1,5 @@
|
||||
<script>
|
||||
const create = 'deconflicted';
|
||||
</script>
|
||||
|
||||
<div>{create}</div>
|
Loading…
Reference in new issue