Correct small whitespace inconsistency, lost while renaming variables.
3 var actual = re.exec(str);
4 var expected = makeExpectedMatch(['zzz', 'z'], 0, str);
5 checkRegExpMatch(actual, expected);
7 if (typeof reportCompare == 'function')
8 reportCompare(true, true);