Ignore runtime configuration files generated during quality assurance.
1 var f = function (q) { return q['\xC7']; }
2 var d = eval(uneval(f));
3 assertEq(d({'\xC7': 'good'}), 'good');
5 if (typeof reportCompare === "function")
6 reportCompare(true, true);