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" },