Skip to content

Commit

Permalink
Properly indent with tabs in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Melonai committed Jan 3, 2021
1 parent b893908 commit 1a1dbf9
Showing 1 changed file with 31 additions and 31 deletions.
Expand Up @@ -13,35 +13,35 @@
"character": 19
},
"pos": 5
},
{
"code": "a11y-role-has-required-aria-props",
"message": "A11y: Elements with the ARIA role \"checkbox\" must have the following attributes defined: aria-checked",
"start": {
"line": 2,
"column": 6,
"character": 33
},
"end": {
"line": 2,
"column": 21,
"character": 48
},
"pos": 33
},
{
"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",
"start": {
"line": 3,
"column": 5,
"character": 62
},
"end": {
"line": 3,
"column": 17,
"character": 74
},
"pos": 62
}
},
{
"code": "a11y-role-has-required-aria-props",
"message": "A11y: Elements with the ARIA role \"checkbox\" must have the following attributes defined: aria-checked",
"start": {
"line": 2,
"column": 6,
"character": 33
},
"end": {
"line": 2,
"column": 21,
"character": 48
},
"pos": 33
},
{
"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",
"start": {
"line": 3,
"column": 5,
"character": 62
},
"end": {
"line": 3,
"column": 17,
"character": 74
},
"pos": 62
}
]

0 comments on commit 1a1dbf9

Please sign in to comment.