rename generation test names to be more descriptive
This commit is contained in:
13
test/fixtures/generation/comments/variable-declarator-multi-comment/expected.js
vendored
Normal file
13
test/fixtures/generation/comments/variable-declarator-multi-comment/expected.js
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
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