restructure test directory
This commit is contained in:
7
test/fixtures/syntax/block-binding/program/expected.js
vendored
Normal file
7
test/fixtures/syntax/block-binding/program/expected.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
(function () {
|
||||
var arr = [
|
||||
1,
|
||||
2,
|
||||
3
|
||||
];
|
||||
})();
|
||||
Reference in New Issue
Block a user