From 59a5d4a52c801b3c1b5b5033007ab8fad3fd9257 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Sun, 9 Feb 2020 06:48:22 -0500 Subject: [PATCH] fix tests --- .../no-error-if-before-closing/output.json | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/test/parser/samples/no-error-if-before-closing/output.json b/test/parser/samples/no-error-if-before-closing/output.json index ad8ccd0f91..251cefc0ca 100644 --- a/test/parser/samples/no-error-if-before-closing/output.json +++ b/test/parser/samples/no-error-if-before-closing/output.json @@ -12,6 +12,16 @@ "type": "Literal", "start": 5, "end": 9, + "loc": { + "start": { + "line": 1, + "column": 5 + }, + "end": { + "line": 1, + "column": 9 + } + }, "value": true, "raw": "true" }, @@ -47,6 +57,16 @@ "type": "Literal", "start": 40, "end": 44, + "loc": { + "start": { + "line": 6, + "column": 5 + }, + "end": { + "line": 6, + "column": 9 + } + }, "value": true, "raw": "true" }, @@ -82,6 +102,16 @@ "type": "Literal", "start": 75, "end": 79, + "loc": { + "start": { + "line": 11, + "column": 8 + }, + "end": { + "line": 11, + "column": 12 + } + }, "value": true, "raw": "true" }, @@ -155,6 +185,16 @@ "type": "Literal", "start": 118, "end": 122, + "loc": { + "start": { + "line": 16, + "column": 8 + }, + "end": { + "line": 16, + "column": 12 + } + }, "value": true, "raw": "true" },