Skip to content

Commit 1a1dbf9

Browse files
committed
Properly indent with tabs in test
1 parent b893908 commit 1a1dbf9

File tree

1 file changed

+31
-31
lines changed
  • test/validator/samples/a11y-role-has-required-aria-props

1 file changed

+31
-31
lines changed

test/validator/samples/a11y-role-has-required-aria-props/warnings.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,35 @@
1313
"character": 19
1414
},
1515
"pos": 5
16-
},
17-
{
18-
"code": "a11y-role-has-required-aria-props",
19-
"message": "A11y: Elements with the ARIA role \"checkbox\" must have the following attributes defined: aria-checked",
20-
"start": {
21-
"line": 2,
22-
"column": 6,
23-
"character": 33
24-
},
25-
"end": {
26-
"line": 2,
27-
"column": 21,
28-
"character": 48
29-
},
30-
"pos": 33
31-
},
32-
{
33-
"code": "a11y-role-has-required-aria-props",
34-
"message": "A11y: Elements with the ARIA role \"meter\" must have the following attributes defined: aria-valuemax,aria-valuemin,aria-valuenow",
35-
"start": {
36-
"line": 3,
37-
"column": 5,
38-
"character": 62
39-
},
40-
"end": {
41-
"line": 3,
42-
"column": 17,
43-
"character": 74
44-
},
45-
"pos": 62
46-
}
16+
},
17+
{
18+
"code": "a11y-role-has-required-aria-props",
19+
"message": "A11y: Elements with the ARIA role \"checkbox\" must have the following attributes defined: aria-checked",
20+
"start": {
21+
"line": 2,
22+
"column": 6,
23+
"character": 33
24+
},
25+
"end": {
26+
"line": 2,
27+
"column": 21,
28+
"character": 48
29+
},
30+
"pos": 33
31+
},
32+
{
33+
"code": "a11y-role-has-required-aria-props",
34+
"message": "A11y: Elements with the ARIA role \"meter\" must have the following attributes defined: aria-valuemax,aria-valuemin,aria-valuenow",
35+
"start": {
36+
"line": 3,
37+
"column": 5,
38+
"character": 62
39+
},
40+
"end": {
41+
"line": 3,
42+
"column": 17,
43+
"character": 74
44+
},
45+
"pos": 62
46+
}
4747
]

0 commit comments

Comments
 (0)