mirror of https://github.com/sveltejs/svelte
prevent commas in attributes - fixes #3341
parent
fb37b06286
commit
a03566e4f9
@ -0,0 +1,7 @@
|
|||||||
|
export default {
|
||||||
|
html: `
|
||||||
|
<div>
|
||||||
|
<span class="a/42"/>
|
||||||
|
</div>
|
||||||
|
`
|
||||||
|
}
|
@ -0,0 +1,3 @@
|
|||||||
|
<div>
|
||||||
|
<span class="a/{42}"/>
|
||||||
|
</div>
|
Loading…
Reference in new issue