bs: merge pretty.test

This commit is contained in:
Simon Michael 2017-07-25 09:33:43 -07:00
parent c89bec0e17
commit 11202c897a
2 changed files with 28 additions and 27 deletions

View File

@ -200,3 +200,31 @@ Balance Sheet
>>>2
>>>=0
# 9. --pretty-tables uses unicode chars for borders
hledger -f - balancesheet -M --pretty-tables
<<<
2016/1/1
assets 1
b
>>>
Balance Sheet
║ 2016/01/31
═════════════╬═════════════
Assets ║
─────────────╫─────────────
assets ║ 1
─────────────╫─────────────
║ 1
═════════════╬═════════════
Liabilities ║
─────────────╫─────────────
─────────────╫─────────────
═════════════╬═════════════
Total ║ 1
>>>2
>>>= 0

View File

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