0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

increase test coverage

This commit is contained in:
Rich Harris 2016-11-30 17:22:20 -05:00
parent 7b15ff93ac
commit 9ba18c6d13
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,7 @@
export default {
html: `
<svg>
<g class=''></g>
</svg>
`
};

View File

@ -0,0 +1,3 @@
<svg>
<g class=''></g>
</svg>

After

Width:  |  Height:  |  Size: 31 B