restructure test directory
This commit is contained in:
5
test/fixtures/syntax/constants/program/actual.js
vendored
Normal file
5
test/fixtures/syntax/constants/program/actual.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
const MULTIPLIER = 5;
|
||||
|
||||
for (var i in arr) {
|
||||
console.log(arr[i] * MULTIPLIER);
|
||||
}
|
||||
Reference in New Issue
Block a user