restructure test directory
This commit is contained in:
3
test/fixtures/syntax/comments/preserve-multi-line/actual.js
vendored
Normal file
3
test/fixtures/syntax/comments/preserve-multi-line/actual.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
wow;
|
||||
// um yeah lol
|
||||
test.wow();
|
||||
3
test/fixtures/syntax/comments/preserve-multi-line/expected.js
vendored
Normal file
3
test/fixtures/syntax/comments/preserve-multi-line/expected.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
wow;
|
||||
// um yeah lol
|
||||
test.wow();
|
||||
5
test/fixtures/syntax/comments/preserve-single-line/actual.js
vendored
Normal file
5
test/fixtures/syntax/comments/preserve-single-line/actual.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
wow;
|
||||
/*
|
||||
um yeah lol
|
||||
*/
|
||||
test.wow();
|
||||
5
test/fixtures/syntax/comments/preserve-single-line/expected.js
vendored
Normal file
5
test/fixtures/syntax/comments/preserve-single-line/expected.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
wow;
|
||||
/*
|
||||
um yeah lol
|
||||
*/
|
||||
test.wow();
|
||||
Reference in New Issue
Block a user