hledger/hledger/test/balance/219.test
Simon Michael e9cd1df048 dev: tests: convert remaining format 1 tests to format 3 (or 2)
Mostly done with an unreleased version of shelltestrunner, plus a few manual fixups.
2023-02-16 11:55:15 -10:00

18 lines
671 B
Plaintext

# issue 219, --tree and --flat flags should override each other cleanly
# 1. multiple flags ending with --flat, equivalent to --flat
$ hledger -f balance-multicol.journal bal -MH --no-elide --no-total date:2013/1 --tree --flat
Ending balances (historical) in 2013-01:
|| 2013-01-31
=================++============
assets:checking || 10
# 2. multiple flags ending with --tree, equivalent to --tree
$ hledger -f balance-multicol.journal bal -MH --no-elide --no-total date:2013/1 --flat --tree
Ending balances (historical) in 2013-01:
|| 2013-01-31
============++============
assets || 10
checking || 10