From c855b55133517cf981204ffc3ad543d7dbae0718 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 29 Apr 2015 23:58:36 +0100 Subject: [PATCH] add additional comment test to comment statement with retainlines option generation test --- .../comment-statement-with-retainlines-option/actual.js | 3 +++ .../comment-statement-with-retainlines-option/expected.js | 3 +++ 2 files changed, 6 insertions(+) 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");