diff --git a/test/validator/samples/a11y-html-has-lang/warnings.json b/test/validator/samples/a11y-html-has-lang/warnings.json index fc1066cffe..f64964bf6a 100644 --- a/test/validator/samples/a11y-html-has-lang/warnings.json +++ b/test/validator/samples/a11y-html-has-lang/warnings.json @@ -1,10 +1,10 @@ [ - { - "loc": { - "column": 0, - "line": 5 - }, - "message": "A11y: element should have a lang attribute", - "pos": 82 - } - ] + { + "loc": { + "column": 0, + "line": 5 + }, + "message": "A11y: element should have a lang attribute", + "pos": 84 + } +]