mirror of https://github.com/sveltejs/svelte
parent
31ee144b9c
commit
0edbac615c
@ -0,0 +1,12 @@
|
|||||||
|
[{
|
||||||
|
"message": "<title> cannot have attributes",
|
||||||
|
"loc": {
|
||||||
|
"line": 2,
|
||||||
|
"column": 8
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"line": 2,
|
||||||
|
"column": 25
|
||||||
|
},
|
||||||
|
"pos": 22
|
||||||
|
}]
|
@ -0,0 +1,3 @@
|
|||||||
|
<svelte:head>
|
||||||
|
<title data-invalid=true>a static title</title>
|
||||||
|
</svelte:head>
|
Loading…
Reference in new issue