Sign in
webkit
/
WebKit
/
8cd365e9845661229ee06dd3fb968eec4fdfdc8a
/
.
/
JSTests
/
test262
/
test
/
language
/
expressions
/
unary-minus
/
11.4.7-4-1.js
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
,
'-""'
);