From cf3705dc11f4cddf6104236b9dd0c9d02d06f4e9 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Thu, 8 Feb 2018 14:18:39 -0500 Subject: [PATCH] add test --- .../non-root-style-interpolation/_config.js | 28 +++++++++++++++++++ .../non-root-style-interpolation/main.html | 20 +++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 test/runtime/samples/non-root-style-interpolation/_config.js create mode 100644 test/runtime/samples/non-root-style-interpolation/main.html diff --git a/test/runtime/samples/non-root-style-interpolation/_config.js b/test/runtime/samples/non-root-style-interpolation/_config.js new file mode 100644 index 0000000000..a5d963e897 --- /dev/null +++ b/test/runtime/samples/non-root-style-interpolation/_config.js @@ -0,0 +1,28 @@ +export default { + data: { + color: 'red', + }, + + html: ` +
+ + foo +
+ +
+
+ + foo +
+
+ `, +}; diff --git a/test/runtime/samples/non-root-style-interpolation/main.html b/test/runtime/samples/non-root-style-interpolation/main.html new file mode 100644 index 0000000000..107c5e89ae --- /dev/null +++ b/test/runtime/samples/non-root-style-interpolation/main.html @@ -0,0 +1,20 @@ +
+ + foo +
+ +
+
+ + foo +
+