summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/expressions/unary-minus/11.4.7-4-1.js
blob: 69d85bfd59e0329919e80a8051e9756604cb5cc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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, '-""');

reportCompare(0, 0);