add semicolon-hoisting test against regression (#2292)

pull/7738/head
Conduitry 6 years ago
parent 2765d3806c
commit 6a5efd1066

@ -0,0 +1,3 @@
export default {
html: ``
};

@ -0,0 +1,6 @@
<script>
let time = new Date()
let timeZone = 'UTC'
;(() => {
})()
</script>
Loading…
Cancel
Save