diff --git a/test/fixtures/syntax/comments/preserve-multi-line/actual.js b/test/fixtures/syntax/comments/preserve-multi-line/actual.js index 08459da466..07c91027c9 100644 --- a/test/fixtures/syntax/comments/preserve-multi-line/actual.js +++ b/test/fixtures/syntax/comments/preserve-multi-line/actual.js @@ -1,3 +1,5 @@ wow; -// um yeah lol +/* + um yeah lol +*/ test.wow(); diff --git a/test/fixtures/syntax/comments/preserve-multi-line/expected.js b/test/fixtures/syntax/comments/preserve-multi-line/expected.js index 08459da466..07c91027c9 100644 --- a/test/fixtures/syntax/comments/preserve-multi-line/expected.js +++ b/test/fixtures/syntax/comments/preserve-multi-line/expected.js @@ -1,3 +1,5 @@ wow; -// um yeah lol +/* + um yeah lol +*/ test.wow(); diff --git a/test/fixtures/syntax/comments/preserve-single-line/actual.js b/test/fixtures/syntax/comments/preserve-single-line/actual.js index 07c91027c9..08459da466 100644 --- a/test/fixtures/syntax/comments/preserve-single-line/actual.js +++ b/test/fixtures/syntax/comments/preserve-single-line/actual.js @@ -1,5 +1,3 @@ wow; -/* - um yeah lol -*/ +// um yeah lol test.wow(); diff --git a/test/fixtures/syntax/comments/preserve-single-line/expected.js b/test/fixtures/syntax/comments/preserve-single-line/expected.js index 07c91027c9..08459da466 100644 --- a/test/fixtures/syntax/comments/preserve-single-line/expected.js +++ b/test/fixtures/syntax/comments/preserve-single-line/expected.js @@ -1,5 +1,3 @@ wow; -/* - um yeah lol -*/ +// um yeah lol test.wow();