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