Properly indent with tabs in test

pull/5852/head
Melonai 6 years ago committed by tanhauhau
parent a2be133b78
commit a85e5d3947

@ -13,35 +13,35 @@
"character": 19 "character": 19
}, },
"pos": 5 "pos": 5
}, },
{ {
"code": "a11y-role-has-required-aria-props", "code": "a11y-role-has-required-aria-props",
"message": "A11y: Elements with the ARIA role \"checkbox\" must have the following attributes defined: aria-checked", "message": "A11y: Elements with the ARIA role \"checkbox\" must have the following attributes defined: aria-checked",
"start": { "start": {
"line": 2, "line": 2,
"column": 6, "column": 6,
"character": 33 "character": 33
}, },
"end": { "end": {
"line": 2, "line": 2,
"column": 21, "column": 21,
"character": 48 "character": 48
}, },
"pos": 33 "pos": 33
}, },
{ {
"code": "a11y-role-has-required-aria-props", "code": "a11y-role-has-required-aria-props",
"message": "A11y: Elements with the ARIA role \"meter\" must have the following attributes defined: aria-valuemax,aria-valuemin,aria-valuenow", "message": "A11y: Elements with the ARIA role \"meter\" must have the following attributes defined: aria-valuemax,aria-valuemin,aria-valuenow",
"start": { "start": {
"line": 3, "line": 3,
"column": 5, "column": 5,
"character": 62 "character": 62
}, },
"end": { "end": {
"line": 3, "line": 3,
"column": 17, "column": 17,
"character": 74 "character": 74
}, },
"pos": 62 "pos": 62
} }
] ]

Loading…
Cancel
Save