diff --git a/test/runtime/samples/semicolon-hoisting/_config.js b/test/runtime/samples/semicolon-hoisting/_config.js new file mode 100644 index 0000000000..88d81cdc9e --- /dev/null +++ b/test/runtime/samples/semicolon-hoisting/_config.js @@ -0,0 +1,3 @@ +export default { + html: `` +}; \ No newline at end of file diff --git a/test/runtime/samples/semicolon-hoisting/main.svelte b/test/runtime/samples/semicolon-hoisting/main.svelte new file mode 100644 index 0000000000..234fa715d2 --- /dev/null +++ b/test/runtime/samples/semicolon-hoisting/main.svelte @@ -0,0 +1,6 @@ + \ No newline at end of file