rename generation test names to be more descriptive
This commit is contained in:
16
test/fixtures/generation/comments/variable-declarator-trailing-comment/actual.js
vendored
Normal file
16
test/fixtures/generation/comments/variable-declarator-trailing-comment/actual.js
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
var t = 20; /*
|
||||
* This is trailing comment
|
||||
*/
|
||||
}
|
||||
|
||||
{
|
||||
var tt = 20; /*
|
||||
* This is trailing comment
|
||||
*/
|
||||
}
|
||||
{{
|
||||
var t = 20; /*
|
||||
* This is trailing comment
|
||||
*/
|
||||
}}
|
||||
Reference in New Issue
Block a user