clean up and fix tests
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
function test() {
|
||||
var
|
||||
/*
|
||||
* Leading to VariableDeclarator
|
||||
* Leading to VariableDeclarator
|
||||
*/
|
||||
i = 20,
|
||||
/*
|
||||
* Leading to VariableDeclarator
|
||||
* Leading to VariableDeclarator
|
||||
*/
|
||||
j = 20;
|
||||
/*
|
||||
* Leading to VariableDeclarator
|
||||
* Leading to VariableDeclarator
|
||||
*/
|
||||
i = 20,
|
||||
/*
|
||||
* Leading to VariableDeclarator
|
||||
* Leading to VariableDeclarator
|
||||
*/
|
||||
j = 20;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user