From 9ba18c6d134e29b19ba4fb35f1ccc0a2e8baeed6 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 30 Nov 2016 17:22:20 -0500 Subject: [PATCH] increase test coverage --- test/compiler/attribute-empty-svg/_config.js | 7 +++++++ test/compiler/attribute-empty-svg/main.html | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 test/compiler/attribute-empty-svg/_config.js create mode 100644 test/compiler/attribute-empty-svg/main.html diff --git a/test/compiler/attribute-empty-svg/_config.js b/test/compiler/attribute-empty-svg/_config.js new file mode 100644 index 0000000000..d4b849ad89 --- /dev/null +++ b/test/compiler/attribute-empty-svg/_config.js @@ -0,0 +1,7 @@ +export default { + html: ` + + + + ` +}; diff --git a/test/compiler/attribute-empty-svg/main.html b/test/compiler/attribute-empty-svg/main.html new file mode 100644 index 0000000000..d506782626 --- /dev/null +++ b/test/compiler/attribute-empty-svg/main.html @@ -0,0 +1,3 @@ + + +