Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
1 /*
2 * Any copyright is dedicated to the Public Domain.
3 * http://creativecommons.org/licenses/publicdomain/
4 */
6 //-----------------------------------------------------------------------------
7 var BUGNUMBER = 539488;
8 var summary =
9 '|var| statements for existing, read-only/permanent properties should not ' +
10 'be errors';
12 print(BUGNUMBER + ": " + summary);
14 /**************
15 * BEGIN TEST *
16 **************/
18 var undefined;
20 /******************************************************************************/
22 reportCompare(true, true);
24 print("All tests passed!");