From 16c77af9c9a251b194b81bc7138a6f4fa8dcff81 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Mar 2009 21:31:06 -0400 Subject: If 2+ child accounts are shown, show the parent Also, also show a final balance if there are multiple accounts displayed, even if that final balance is zero. --- test/baseline/opt-depth_flat.test | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/baseline/opt-depth_flat.test') diff --git a/test/baseline/opt-depth_flat.test b/test/baseline/opt-depth_flat.test index c43c1c26..85f29423 100644 --- a/test/baseline/opt-depth_flat.test +++ b/test/baseline/opt-depth_flat.test @@ -26,6 +26,8 @@ bal --depth 2 --flat >>>1 $-10.00 Assets:Cash $10.00 Expenses:Books +-------------------- + 0 >>>2 === 0 bal --depth 3 --flat @@ -34,6 +36,8 @@ bal --depth 3 --flat $10.00 Expenses:Books $10.00 Expenses:One:Books $-10.00 Income:One:Books +-------------------- + 0 >>>2 === 0 bal --depth 4 --flat @@ -44,6 +48,8 @@ bal --depth 4 --flat $10.00 Expenses:One:Two:Books $-10.00 Income:One:Books $-10.00 Income:One:Two:Books +-------------------- + 0 >>>2 === 0 bal --depth 5 --flat @@ -56,5 +62,7 @@ bal --depth 5 --flat $-10.00 Income:One:Books $-10.00 Income:One:Two:Books $-10.00 Income:One:Two:Three:Books +-------------------- + 0 >>>2 === 0 -- cgit v1.2.3