mirror of
https://github.com/tc39/test262.git
synced 2025-06-15 19:40:29 +02:00
correct expectation for exceptZero
This commit is contained in:
parent
7bb81a4ee0
commit
18f55513f0
@ -40,10 +40,10 @@ const tests = [
|
|||||||
[
|
[
|
||||||
"exceptZero",
|
"exceptZero",
|
||||||
"-987,00 $",
|
"-987,00 $",
|
||||||
"-0,00 $",
|
|
||||||
"-0,00 $",
|
|
||||||
"0,00 $",
|
"0,00 $",
|
||||||
"+0,00 $",
|
"0,00 $",
|
||||||
|
"0,00 $",
|
||||||
|
"0,00 $",
|
||||||
"+987,00 $",
|
"+987,00 $",
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user