diff --git a/test/core/fixtures/generation/comments/comment-statement-with-retainlines-option/actual.js b/test/core/fixtures/generation/comments/comment-statement-with-retainlines-option/actual.js index 9aecc7f326..7f2608b525 100644 --- a/test/core/fixtures/generation/comments/comment-statement-with-retainlines-option/actual.js +++ b/test/core/fixtures/generation/comments/comment-statement-with-retainlines-option/actual.js @@ -1,2 +1,5 @@ // comment print("hello"); + +// comment2 +print("hello2"); diff --git a/test/core/fixtures/generation/comments/comment-statement-with-retainlines-option/expected.js b/test/core/fixtures/generation/comments/comment-statement-with-retainlines-option/expected.js index 9aecc7f326..7f2608b525 100644 --- a/test/core/fixtures/generation/comments/comment-statement-with-retainlines-option/expected.js +++ b/test/core/fixtures/generation/comments/comment-statement-with-retainlines-option/expected.js @@ -1,2 +1,5 @@ // comment print("hello"); + +// comment2 +print("hello2");