mirror of https://github.com/sveltejs/svelte
require whitespace after `{@html` (#2154)
parent
27ec345f31
commit
bee6fe7ebc
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"code": "missing-whitespace",
|
||||||
|
"message": "Expected whitespace",
|
||||||
|
"start": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 6,
|
||||||
|
"character": 6
|
||||||
|
},
|
||||||
|
"pos": 6
|
||||||
|
}
|
@ -0,0 +1 @@
|
|||||||
|
{@htmlfoo}
|
Loading…
Reference in new issue