Correct small whitespace inconsistency, lost while renaming variables.
2 * Any copyright is dedicated to the Public Domain.
3 * http://creativecommons.org/licenses/publicdomain/
5 var expect = undefined;
6 var actual = (function foo() { "bogus"; })();
8 reportCompare(expect, actual, "ok");