mirror of https://github.com/sveltejs/svelte
parent
b554e343e8
commit
d1d999b558
@ -0,0 +1,10 @@
|
||||
{
|
||||
"code": "unclosed-attribute-value",
|
||||
"message": "Expected to close the attribute value with }",
|
||||
"pos": 25,
|
||||
"start": {
|
||||
"character": 25,
|
||||
"column": 25,
|
||||
"line": 1
|
||||
}
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
<Component test={{a: 1} />
|
||||
Loading…
Reference in new issue