fix files only containg comments not being output - fixes #259
This commit is contained in:
4
test/fixtures/generation/comments/comment-only/actual.js
vendored
Normal file
4
test/fixtures/generation/comments/comment-only/actual.js
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
// from #23
|
||||
/**/
|
||||
/*
|
||||
*/
|
||||
6
test/fixtures/generation/comments/comment-only/expected.js
vendored
Normal file
6
test/fixtures/generation/comments/comment-only/expected.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
// from #23
|
||||
/**/
|
||||
/*
|
||||
*/
|
||||
Reference in New Issue
Block a user