From 4f076f8f36c1c08972e2306dc9a66bc8aa3fc3ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Wed, 7 Jul 2021 10:24:56 -0400 Subject: [PATCH] update test fixtures --- .../fixtures/comments/basic/async-do-expression/output.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/babel-parser/test/fixtures/comments/basic/async-do-expression/output.json b/packages/babel-parser/test/fixtures/comments/basic/async-do-expression/output.json index c82c2cfdbacc..481331445e28 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/async-do-expression/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/async-do-expression/output.json @@ -26,8 +26,8 @@ ], "expression": { "type": "DoExpression", - "start":19,"end":37,"loc":{"start":{"line":1,"column":19},"end":{"line":1,"column":37}}, - "leadingComments": [ + "start":7,"end":37,"loc":{"start":{"line":1,"column":7},"end":{"line":1,"column":37}}, + "innerComments": [ { "type": "CommentBlock", "value": " 2 ",