From 40ae4a42c1dff5b0019c1b9455b26a52a79edf12 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Thu, 7 Sep 2017 22:29:55 -0400 Subject: [PATCH] fix a11y-html-has-lang unit test --- .../samples/a11y-html-has-lang/warnings.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 + } +]