Skip to content

Commit

Permalink
proof for #754
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Nov 22, 2023
1 parent 85d8854 commit 79b0d08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Parser/DecimalMoneyParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ public function formattedMoneyExamples(): array
['000009.99', 'USD', 2, 999],
['-000009.99', 'USD', 2, -999],
['000', 'USD', 2, 0],
['003', 'USD', 2, 300],
['0003', 'USD', 2, 300],
];
}

Expand Down

0 comments on commit 79b0d08

Please sign in to comment.