diff --git a/test/fixtures/generation/comments/computed-property-comments-2/expected.js b/test/fixtures/generation/comments/computed-property-comments-2/expected.js index abfa5fb5c4..33d9cbed2f 100644 --- a/test/fixtures/generation/comments/computed-property-comments-2/expected.js +++ b/test/fixtures/generation/comments/computed-property-comments-2/expected.js @@ -6,5 +6,6 @@ var test = { [( /* * Inside bracket init */ - "b")]: "2" + "b" + )]: "2" }, ok = 42; diff --git a/test/fixtures/generation/comments/computed-property-comments/expected.js b/test/fixtures/generation/comments/computed-property-comments/expected.js index 177f5a9146..764826d086 100644 --- a/test/fixtures/generation/comments/computed-property-comments/expected.js +++ b/test/fixtures/generation/comments/computed-property-comments/expected.js @@ -7,7 +7,8 @@ var test = { [( /* * Inside bracket init */ - "b")]: "2", + "b" + )]: "2", ["c" /* @@ -18,8 +19,9 @@ var test = { ["d"]: "4", [( - // Inside bracket, line comment - "e")]: "5", + // Inside bracket, line comment + "e" + )]: "5", ["f" // After bracket, line comment