mirror of https://github.com/sveltejs/svelte
parent
5801df8a25
commit
fc977a2abe
@ -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