Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry authored and jesseskinner committed Feb 27, 2020
1 parent 4152175 commit 29e4552
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions test/parser/samples/no-error-if-before-closing/output.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 29e4552

Please sign in to comment.