mirror of https://github.com/sveltejs/svelte
Merge pull request #225 from sveltejs/gh-224
provide useful feedback on encountering void element closing tagpull/226/head
commit
620b9ae5e8
@ -0,0 +1,8 @@
|
||||
{
|
||||
"message": "<input> is a void element and cannot have children, or a closing tag",
|
||||
"loc": {
|
||||
"line": 1,
|
||||
"column": 23
|
||||
},
|
||||
"pos": 23
|
||||
}
|
@ -0,0 +1 @@
|
||||
<input>this is illegal!</input>
|
Loading…
Reference in new issue