10 lines
175 B
JavaScript
10 lines
175 B
JavaScript
|
|
negative_zero: {
|
||
|
|
options = { evaluate: true }
|
||
|
|
input: {
|
||
|
|
assert.sameValue(-"", -0, '-""');
|
||
|
|
}
|
||
|
|
expect: {
|
||
|
|
assert.sameValue(-"", -0, '-""');
|
||
|
|
}
|
||
|
|
}
|