add deconflict-ctx test against regression (#3556)

pull/7738/head
Conduitry 6 years ago
parent bbad46a96b
commit 9101be023b

@ -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…
Cancel
Save