0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 01:11:24 +01:00
svelte/test/validator/samples/attribute-invalid-name-5/errors.json

16 lines
218 B
JSON

[{
"code": "illegal-attribute",
"message": "'a;' is not a valid attribute name",
"start": {
"line": 1,
"column": 3,
"character": 3
},
"end": {
"line": 1,
"column": 11,
"character": 11
},
"pos": 3
}]