From dbbd300aa2544d051fd40df5f1727481742035fe Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 1 Feb 2022 18:03:46 -1000 Subject: [PATCH] ;dev: accounts: test cleanup --- hledger/test/accounts.test | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/hledger/test/accounts.test b/hledger/test/accounts.test index 1bc07cbbd..80cc4d3ec 100644 --- a/hledger/test/accounts.test +++ b/hledger/test/accounts.test @@ -1,6 +1,6 @@ # accounts command -# basic accounts report +# 1. basic accounts report < account a @@ -10,26 +10,23 @@ account a $ hledger -f - accounts a a:aa ->= -# tree mode +# 2. tree mode $ hledger -f - accounts --tree a aa ->= -# drop in flat mode +# 3. drop in flat mode $ hledger -f - accounts --flat --drop 1 ... aa ->= -# drop in tree mode + +# 4. drop in tree mode $ hledger -f - accounts --tree --drop 1 ... aa ->= -# filtering transactions by tag +# 5. filtering transactions by tag $ hledger -f - accounts tag:foo a:aa ->= +