update functional tests

This commit is contained in:
Simon Michael 2011-08-25 23:13:25 +00:00
parent 4e91387ab3
commit 870c687f31
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
bin/hledger -f data/sample.journal --format="%30(account) %-.20(total)" balance bin/hledger -f data/sample.journal balance --format="%30(account) %-.20(total)"
>>> >>>
assets $-1 assets $-1
bank:saving $1 bank:saving $1

View File

@ -53,7 +53,7 @@ bin/hledger -f - balance --no-total --cost --empty
>>>=0 >>>=0
# 5. avamk's 2011/1/19 example # 5. avamk's 2011/1/19 example
bin/hledger -f - -B bal bin/hledger -f - balance --cost
<<< <<<
2001/01/01 * ACME fund 2001/01/01 * ACME fund
assets:investment:ACME 203.890 ACME @ $16.02 assets:investment:ACME 203.890 ACME @ $16.02
@ -81,7 +81,7 @@ bin/hledger -f - -B bal
# 0 # 0
## 6. with a default commodity.. XXX should observe it ## 6. with a default commodity.. XXX should observe it
bin/hledger -f - -B balance bin/hledger -f - balance --cost
<<< <<<
D $1000.0 D $1000.0
2001/01/01 * ACME fund 2001/01/01 * ACME fund