Skip to content

Commit

Permalink
add failing test for sveltejs#3900
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Nov 12, 2019
1 parent c29e208 commit 56ddb16
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/runtime/samples/deconflict-block-methods/_config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
compileOptions: {
dev: true
},
html: `<div>deconflicted</div>`
};
5 changes: 5 additions & 0 deletions test/runtime/samples/deconflict-block-methods/main.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<script>
const create = 'deconflicted';
</script>

<div>{create}</div>

0 comments on commit 56ddb16

Please sign in to comment.