Skip to content

Commit 56ddb16

Browse files
committed
add failing test for sveltejs#3900
1 parent c29e208 commit 56ddb16

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default {
2+
compileOptions: {
3+
dev: true
4+
},
5+
html: `<div>deconflicted</div>`
6+
};
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<script>
2+
const create = 'deconflicted';
3+
</script>
4+
5+
<div>{create}</div>

0 commit comments

Comments
 (0)