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:
parent
7b15ff93ac
commit
9ba18c6d13
7
test/compiler/attribute-empty-svg/_config.js
Normal file
7
test/compiler/attribute-empty-svg/_config.js
Normal file
@ -0,0 +1,7 @@
|
||||
export default {
|
||||
html: `
|
||||
<svg>
|
||||
<g class=''></g>
|
||||
</svg>
|
||||
`
|
||||
};
|
3
test/compiler/attribute-empty-svg/main.html
Normal file
3
test/compiler/attribute-empty-svg/main.html
Normal file
@ -0,0 +1,3 @@
|
||||
<svg>
|
||||
<g class=''></g>
|
||||
</svg>
|
After Width: | Height: | Size: 31 B |
Loading…
Reference in New Issue
Block a user