diff options
Diffstat (limited to 'test/baseline/opt-depth.test')
-rw-r--r-- | test/baseline/opt-depth.test | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/test/baseline/opt-depth.test b/test/baseline/opt-depth.test index 33e18912..b302d9b9 100644 --- a/test/baseline/opt-depth.test +++ b/test/baseline/opt-depth.test @@ -1,5 +1,3 @@ -bal --depth 1 -<<< 2008/01/01 January Expenses:Books $10.00 Assets:Cash @@ -19,15 +17,16 @@ bal --depth 1 Income:One:Books $-10.00 Income:One:Two:Books $-10.00 Income:One:Two:Three:Books $-10.00 ->>>1 + +test bal --depth 1 $-10.00 Assets $40.00 Expenses $-30.00 Income -------------------- 0 -=== 0 -bal --depth 2 ->>>1 +end test + +test bal --depth 2 $-10.00 Assets:Cash $40.00 Expenses $10.00 Books @@ -35,9 +34,9 @@ bal --depth 2 $-30.00 Income:One -------------------- 0 -=== 0 -bal --depth 3 ->>>1 +end test + +test bal --depth 3 $-10.00 Assets:Cash $40.00 Expenses $10.00 Books @@ -49,9 +48,9 @@ bal --depth 3 $-20.00 Two -------------------- 0 -=== 0 -bal --depth 4 ->>>1 +end test + +test bal --depth 4 $-10.00 Assets:Cash $40.00 Expenses $10.00 Books @@ -67,9 +66,9 @@ bal --depth 4 $-10.00 Three -------------------- 0 -=== 0 -bal --depth 5 ->>>1 +end test + +test bal --depth 5 $-10.00 Assets:Cash $40.00 Expenses $10.00 Books @@ -85,3 +84,4 @@ bal --depth 5 $-10.00 Three:Books -------------------- 0 +end test |