Ignore runtime configuration files generated during quality assurance.
4 return [for (x of g) x];
7 function argumentsTest() {
8 return values((for (i of [0,1,2]) arguments[i]));
11 assertDeepEq(argumentsTest('a', 'b', 'c'), ['a', 'b', 'c']);
13 if (typeof reportCompare === "function")
14 reportCompare(true, true);