mirror of https://github.com/sveltejs/svelte
add deconflict-ctx test against regression (#3556)
parent
b9f14846b0
commit
abcfa6c493
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
html: `
|
||||
<h1>Hello world!</h1>
|
||||
`
|
||||
};
|
@ -0,0 +1,5 @@
|
||||
<script>
|
||||
const ctx = 'world';
|
||||
</script>
|
||||
|
||||
<h1>Hello {ctx}!</h1>
|
Loading…
Reference in new issue