mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Improve test coverage.
This commit is contained in:
@@ -155,22 +155,22 @@ class AmountCreditTest extends TestCase
|
||||
'63 5212.4440' => '635212.4440',
|
||||
'163 5219.1634567898' => '1635219.1634567898',
|
||||
'444 163 5219.1634567898' => '4441635219.1634567898',
|
||||
'-0.34918323' => '0.34918323',
|
||||
'-0.34918323' => '0.349183230000',
|
||||
'0.208' => '0.208',
|
||||
'-0.15' => '0.15',
|
||||
'-0.03881677' => '0.03881677',
|
||||
'-0.15' => '0.150000000000',
|
||||
'-0.03881677' => '0.038816770000',
|
||||
'0.33' => '0.33',
|
||||
'-0.1' => '0.1',
|
||||
'-0.1' => '0.100000000000',
|
||||
'0.01124' => '0.01124',
|
||||
'-0.01124' => '0.01124',
|
||||
'-0.01124' => '0.011240000000',
|
||||
'0.115' => '0.115',
|
||||
'-0.115' => '0.115',
|
||||
'-0.115' => '0.115000000000',
|
||||
'1.33' => '1.33',
|
||||
'$1.23' => '1.23',
|
||||
'€1,44' => '1.44',
|
||||
'(33.52)' => '33.52',
|
||||
'€(63.12)' => '63.12',
|
||||
'($182.77)' => '182.77',
|
||||
'(33.52)' => '33.520000000000',
|
||||
'€(63.12)' => '63.120000000000',
|
||||
'($182.77)' => '182.770000000000',
|
||||
|
||||
// double minus because why the hell not
|
||||
'--0.03881677' => '0.03881677',
|
||||
|
Reference in New Issue
Block a user