diff --git a/test/runtime/samples/deconflict-ctx/_config.js b/test/runtime/samples/deconflict-ctx/_config.js new file mode 100644 index 0000000000..88f3e2efca --- /dev/null +++ b/test/runtime/samples/deconflict-ctx/_config.js @@ -0,0 +1,5 @@ +export default { + html: ` +

Hello world!

+ ` +}; \ No newline at end of file diff --git a/test/runtime/samples/deconflict-ctx/main.svelte b/test/runtime/samples/deconflict-ctx/main.svelte new file mode 100644 index 0000000000..d1af46a18d --- /dev/null +++ b/test/runtime/samples/deconflict-ctx/main.svelte @@ -0,0 +1,5 @@ + + +

Hello {ctx}!