hledger/tests/balancesheet/pretty.test
Moritz Kiefer f4b3f1c094 Add an option to use unicode in balance tables (#528)
* Add an option to use unicode in balance tables

fixes #522

* Add a test for unicode tables

* Document --pretty-tables

* Support --pretty-tables in BalanceView
2017-03-29 11:12:01 -07:00

28 lines
896 B
Plaintext

# 1.
hledger -f - balancesheet -M --pretty-tables
<<<
2016/1/1
assets 1
b
>>>
Balance Sheet
║ 2016/01/31
═════════════╬═════════════
Assets ║
─────────────╫─────────────
assets ║ 1
─────────────╫─────────────
║ 1
═════════════╬═════════════
Liabilities ║
─────────────╫─────────────
─────────────╫─────────────
═════════════╬═════════════
Total ║
>>>2
>>>= 0