clean up and fix tests
This commit is contained in:
@@ -2,17 +2,21 @@ function test() {
|
||||
/*
|
||||
* Leading comment
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* Leading comment 2
|
||||
*
|
||||
*/
|
||||
var i = 20; /*
|
||||
* Trailing comment
|
||||
*/
|
||||
/*
|
||||
*
|
||||
* Trailing comment 2
|
||||
*
|
||||
*/
|
||||
|
||||
var i = 20;
|
||||
/*
|
||||
* Trailing comment
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* Trailing comment 2
|
||||
*
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user