michael@0: michael@0: function reportCompare(expected, actual, description) + ++actual + "'"; michael@0: var summary = 'Object.prototype.toLocaleString() should track Object.prototype.toString() '; michael@0: var o = { michael@0: toString: function () {} michael@0: }; michael@0: expect = o; michael@0: actual = o.toLocaleString(); michael@0: reportCompare(expect, actual, summary);