mirror of https://github.com/tc39/test262.git
correct expectation for exceptZero
This commit is contained in:
parent
7aa12918ec
commit
6b3b5c100a
|
@ -40,10 +40,10 @@ const tests = [
|
|||
[
|
||||
"exceptZero",
|
||||
"($987.00)",
|
||||
"($0.00)",
|
||||
"($0.00)",
|
||||
"$0.00",
|
||||
"+$0.00",
|
||||
"$0.00",
|
||||
"$0.00",
|
||||
"$0.00",
|
||||
"+$987.00",
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue