rename generation test names to be more descriptive
This commit is contained in:
9
test/fixtures/generation/comments/variable-declarator-line-comment/actual.js
vendored
Normal file
9
test/fixtures/generation/comments/variable-declarator-line-comment/actual.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
function test() {
|
||||
var
|
||||
// Leading to VariableDeclarator
|
||||
// Leading to VariableDeclarator
|
||||
i = 20,
|
||||
// Leading to VariableDeclarator
|
||||
// Leading to VariableDeclarator
|
||||
j = 20;
|
||||
}
|
||||
9
test/fixtures/generation/comments/variable-declarator-line-comment/expected.js
vendored
Normal file
9
test/fixtures/generation/comments/variable-declarator-line-comment/expected.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
function test() {
|
||||
var
|
||||
// Leading to VariableDeclarator
|
||||
// Leading to VariableDeclarator
|
||||
i = 20,
|
||||
// Leading to VariableDeclarator
|
||||
// Leading to VariableDeclarator
|
||||
j = 20;
|
||||
}
|
||||
Reference in New Issue
Block a user