mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #1087
This commit is contained in:
@@ -150,6 +150,11 @@ class AmountTest extends TestCase
|
||||
'0.115' => '0.115',
|
||||
'-0.115' => '-0.115',
|
||||
'1.33' => '1.33',
|
||||
'$1.23' => '1.23',
|
||||
'€1,44' => '1.44',
|
||||
'(33.52)' => '-33.52',
|
||||
'€(63.12)' => '-63.12',
|
||||
'($182.77)' => '-182.77',
|
||||
];
|
||||
foreach ($values as $value => $expected) {
|
||||
$converter = new Amount;
|
||||
|
Reference in New Issue
Block a user