rename generation test names to be more descriptive
This commit is contained in:
5
test/fixtures/generation/comments/empty-line-comment/actual.js
vendored
Normal file
5
test/fixtures/generation/comments/empty-line-comment/actual.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
function test() {
|
||||
// Leading to EmptyStatement
|
||||
;
|
||||
// Trailing to EmptyStatement
|
||||
}
|
||||
4
test/fixtures/generation/comments/empty-line-comment/expected.js
vendored
Normal file
4
test/fixtures/generation/comments/empty-line-comment/expected.js
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
function test() {
|
||||
// Leading to EmptyStatement
|
||||
; // Trailing to EmptyStatement
|
||||
}
|
||||
Reference in New Issue
Block a user