mirror of https://github.com/sveltejs/svelte
parent
7dcbc5173b
commit
1c3044486f
@ -0,0 +1,15 @@
|
|||||||
|
[{
|
||||||
|
"code": "illegal-attribute",
|
||||||
|
"message": "'a}a' is not a valid attribute name",
|
||||||
|
"start": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 3,
|
||||||
|
"character": 3
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 6,
|
||||||
|
"character": 6
|
||||||
|
},
|
||||||
|
"pos": 3
|
||||||
|
}]
|
@ -0,0 +1 @@
|
|||||||
|
<p a}a>Test</p>
|
@ -0,0 +1,16 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"code": "illegal-attribute",
|
||||||
|
"message": "'a{a' is not a valid attribute name",
|
||||||
|
"start": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 3,
|
||||||
|
"character": 3
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 6,
|
||||||
|
"character": 6
|
||||||
|
},
|
||||||
|
"pos": 3
|
||||||
|
}]
|
@ -0,0 +1 @@
|
|||||||
|
<p a{a>Test</p>
|
@ -0,0 +1,15 @@
|
|||||||
|
[{
|
||||||
|
"code": "illegal-attribute",
|
||||||
|
"message": "'}a' is not a valid attribute name",
|
||||||
|
"start": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 3,
|
||||||
|
"character": 3
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 5,
|
||||||
|
"character": 5
|
||||||
|
},
|
||||||
|
"pos": 3
|
||||||
|
}]
|
@ -0,0 +1 @@
|
|||||||
|
<p }a>Test</p>
|
@ -0,0 +1,15 @@
|
|||||||
|
[{
|
||||||
|
"code": "illegal-attribute",
|
||||||
|
"message": "'a}' is not a valid attribute name",
|
||||||
|
"start": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 3,
|
||||||
|
"character": 3
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 5,
|
||||||
|
"character": 5
|
||||||
|
},
|
||||||
|
"pos": 3
|
||||||
|
}]
|
@ -0,0 +1 @@
|
|||||||
|
<p a}>Test</p>
|
@ -0,0 +1,15 @@
|
|||||||
|
[{
|
||||||
|
"code": "illegal-attribute",
|
||||||
|
"message": "'}' is not a valid attribute name",
|
||||||
|
"start": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 3,
|
||||||
|
"character": 3
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 4,
|
||||||
|
"character": 4
|
||||||
|
},
|
||||||
|
"pos": 3
|
||||||
|
}]
|
@ -0,0 +1 @@
|
|||||||
|
<p }>Test</p>
|
Loading…
Reference in new issue