A command-line and web-based accounting tool; a Haskell rewrite of ledger. This is the old darcs repo, frozen on 2013/4/5; the new repo is on github. (http://hledger.org/code)

root / tests / balance-precision.test

1
2
3
4
5
6
7
8
9
10
11
12
#
hledgerdev -f- balance
<<<
1/1
  a   1.00
  b  -1
>>>
                1.00  a
               -1.00  b
--------------------
                   0
>>>=0