mirror of https://github.com/sveltejs/svelte
prevent commas in attributes - fixes #3341
parent
4e0bd43a37
commit
51516a97a9
@ -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