From 6ef59234a3f37db00cbd7422ba30e5166e657a69 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Sat, 5 Aug 2017 06:31:40 -0400 Subject: [PATCH] add test --- .../samples/component-static-at-symbol/Email.html | 1 + .../samples/component-static-at-symbol/_config.js | 3 +++ .../runtime/samples/component-static-at-symbol/main.html | 9 +++++++++ 3 files changed, 13 insertions(+) create mode 100644 test/runtime/samples/component-static-at-symbol/Email.html create mode 100644 test/runtime/samples/component-static-at-symbol/_config.js create mode 100644 test/runtime/samples/component-static-at-symbol/main.html diff --git a/test/runtime/samples/component-static-at-symbol/Email.html b/test/runtime/samples/component-static-at-symbol/Email.html new file mode 100644 index 0000000000..629ae71a04 --- /dev/null +++ b/test/runtime/samples/component-static-at-symbol/Email.html @@ -0,0 +1 @@ +email diff --git a/test/runtime/samples/component-static-at-symbol/_config.js b/test/runtime/samples/component-static-at-symbol/_config.js new file mode 100644 index 0000000000..a2f60e3de7 --- /dev/null +++ b/test/runtime/samples/component-static-at-symbol/_config.js @@ -0,0 +1,3 @@ +export default { + html: `email` +}; diff --git a/test/runtime/samples/component-static-at-symbol/main.html b/test/runtime/samples/component-static-at-symbol/main.html new file mode 100644 index 0000000000..f8a0e1c6cd --- /dev/null +++ b/test/runtime/samples/component-static-at-symbol/main.html @@ -0,0 +1,9 @@ + + +