hledger/tests/journal/parens-in-account-name.test
Simon Michael 5c09553481 lib: keep amounts aligned when rendering a transaction with posting flags
Related to #563, when rendering a transaction, we reserve two more chars
of width so that amounts remain aligned when there are posting flags.
Affects hledger-ui's transaction screen, print, hledger-rewrite etc.
2017-06-04 21:26:18 -07:00

14 lines
147 B
Plaintext

hledger -f - print
<<<
2009-01-01 x
a 2
b (b) b -1
c
>>>
2009/01/01 x
a 2
b (b) b -1
c
>>>=0