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