diff --git a/hledger/test/balance/balance.test b/hledger/test/balance/balance.test index 7dc90f20d7b..4f3eb983558 100644 --- a/hledger/test/balance/balance.test +++ b/hledger/test/balance/balance.test @@ -138,7 +138,7 @@ $ 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 @@ -146,8 +146,8 @@ $ hledger -f - balance -N --output-format=csv $ 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 < diff --git a/hledger/test/balance/drop.test b/hledger/test/balance/drop.test index ad3d1f886a9..252ccfab4b5 100644 --- a/hledger/test/balance/drop.test +++ b/hledger/test/balance/drop.test @@ -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" >=