blob: 3c4f84373f0341e7add1f8de2a39e408e73b9196 [file] [log] [blame]
// Copyright (c) 2012 Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
es5id: 11.4.7-4-1
description: -"" should be zero
---*/
assert.sameValue(-"", -0, '-""');