correct exceptions for exceptZero

This commit is contained in:
Frank Yung-Fong Tang 2020-04-20 14:24:14 -07:00 committed by Rick Waldron
parent 18f55513f0
commit 064d3c24e3
1 changed files with 3 additions and 3 deletions

View File

@ -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",
],
];