Skip to content

Commit

Permalink
test: balance: adapt to newly implemented tree mode
Browse files Browse the repository at this point in the history
  • Loading branch information
thielema committed Oct 3, 2024
1 parent 118fde8 commit 110b631
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions hledger/test/balance/balance.test
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,16 @@ $ hledger -f - balance -N --output-format=csv
"Assets:ABC","""AB.C"" 1"
"Assets:Cash","$-1"

# ** 8. CSV output always shows full account names, even in tree mode (#1565).
# ** 8. CSV output in tree mode.
<
2021-01-01 Test
Assets:ABC "AB.C" 1
Assets:Cash -$1
$ hledger -f - balance -N --output-format=csv --tree
"account","balance"
"Assets","$-1, ""AB.C"" 1"
"Assets:ABC","""AB.C"" 1"
"Assets:Cash","$-1"
"  ABC","""AB.C"" 1"
"  Cash","$-1"

# ** 9. CSV output always does not show thousands separators
<
Expand Down
2 changes: 1 addition & 1 deletion hledger/test/balance/drop.test
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ $ hledger -f - balance --tree --no-total --output-format=csv --drop 1
"k","1"
"i:p","1"
"j","2"
"j:q","1"
"  q","1"
"...","1"
>=

0 comments on commit 110b631

Please sign in to comment.