mirror of
https://github.com/tc39/test262.git
synced 2025-07-27 07:54:41 +02:00
correct expectation for exceptZero
This commit is contained in:
parent
52ec5850d6
commit
7bb81a4ee0
@ -40,10 +40,10 @@ const tests = [
|
|||||||
[
|
[
|
||||||
"exceptZero",
|
"exceptZero",
|
||||||
"(US$987.00)",
|
"(US$987.00)",
|
||||||
"(US$0.00)",
|
|
||||||
"(US$0.00)",
|
|
||||||
"US$0.00",
|
"US$0.00",
|
||||||
"+US$0.00",
|
"US$0.00",
|
||||||
|
"US$0.00",
|
||||||
|
"US$0.00",
|
||||||
"+US$987.00",
|
"+US$987.00",
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user