From 8a86ec2167c6a792b57c1ad68729f3254a54685e Mon Sep 17 00:00:00 2001 From: Conduitry Date: Wed, 16 Oct 2019 11:44:18 -0400 Subject: [PATCH] add deconflict-ctx test against regression (#3556) --- test/runtime/samples/deconflict-ctx/_config.js | 5 +++++ test/runtime/samples/deconflict-ctx/main.svelte | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 test/runtime/samples/deconflict-ctx/_config.js create mode 100644 test/runtime/samples/deconflict-ctx/main.svelte 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}!