From 1a1dbf9ffaa1fcc2a4f84d110e850cb8d764883c Mon Sep 17 00:00:00 2001 From: Melonai Date: Mon, 4 Jan 2021 00:16:18 +0100 Subject: [PATCH] Properly indent with tabs in test --- .../warnings.json | 62 +++++++++---------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/test/validator/samples/a11y-role-has-required-aria-props/warnings.json b/test/validator/samples/a11y-role-has-required-aria-props/warnings.json index 4d898ebb8048..c0f5a3b02d0e 100644 --- a/test/validator/samples/a11y-role-has-required-aria-props/warnings.json +++ b/test/validator/samples/a11y-role-has-required-aria-props/warnings.json @@ -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 + } ]