mirror of https://github.com/sveltejs/svelte
parent
bb952fe0b9
commit
cb24094963
@ -0,0 +1,10 @@
|
||||
{
|
||||
"code": "unclosed-style",
|
||||
"message": "<style> must have a closing tag",
|
||||
"start": {
|
||||
"line": 3,
|
||||
"column": 22,
|
||||
"character": 31
|
||||
},
|
||||
"pos": 31
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
<style>
|
||||
|
||||
<h1>Hello {name}!</h1>
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"code": "unclosed-style",
|
||||
"message": "<style> must have a closing tag",
|
||||
"start": {
|
||||
"line": 3,
|
||||
"column": 7,
|
||||
"character": 31
|
||||
},
|
||||
"pos": 31
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
<h1>Hello {name}!</h1>
|
||||
|
||||
<style>
|
Loading…
Reference in new issue