mirror of https://github.com/sveltejs/svelte
commit
0d41a7813b
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"message": "Block was left open",
|
||||||
|
"loc": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 0
|
||||||
|
},
|
||||||
|
"pos": 0
|
||||||
|
}
|
@ -0,0 +1,2 @@
|
|||||||
|
{{#if foo}}
|
||||||
|
<p>foo</p>
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"message": "Unexpected end of input",
|
"message": "<div> was left open",
|
||||||
"loc": {
|
"loc": {
|
||||||
"line": 1,
|
"line": 1,
|
||||||
"column": 5
|
"column": 0
|
||||||
},
|
},
|
||||||
"pos": 5
|
"pos": 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue