diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-21 20:52:51 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-21 20:52:51 -0400 |
commit | c7cf9ef0ff11d15b68839528b9d54b5078230efa (patch) | |
tree | dcd5d10e83637ae58eab2b60c23b4843844ef26f /test/baseline/opt-empty.test | |
parent | b90289428478fb039e4fa6cb58b863c0baa2af9f (diff) | |
download | fork-ledger-c7cf9ef0ff11d15b68839528b9d54b5078230efa.tar.gz fork-ledger-c7cf9ef0ff11d15b68839528b9d54b5078230efa.tar.bz2 fork-ledger-c7cf9ef0ff11d15b68839528b9d54b5078230efa.zip |
Added variant baseline tests relating to --empty
Diffstat (limited to 'test/baseline/opt-empty.test')
-rw-r--r-- | test/baseline/opt-empty.test | 33 |
1 files changed, 25 insertions, 8 deletions
diff --git a/test/baseline/opt-empty.test b/test/baseline/opt-empty.test index 18b2bd32..507767ed 100644 --- a/test/baseline/opt-empty.test +++ b/test/baseline/opt-empty.test @@ -1,19 +1,36 @@ -reg --collapse --empty +reg --empty <<< 2008/01/01 January Expenses:Books $10.00 Assets:Cash -2008/01/31=2008/01/01 End of January - Expenses:Books $10.00 ; [=2008/02/01] +2008/01/01 January + Expenses:One:Books $10.00 + Expenses:One:Two:Books $10.00 + Expenses:One:Two:Three:Books $10.00 Assets:Cash -2008/02/01 February - Expenses:Books $20.00 +2008/01/01 January + Assets:Cash 0 + Income:Books + +2008/01/01 January Assets:Cash + Income:One:Books $-10.00 + Income:One:Two:Books $-10.00 + Income:One:Two:Three:Books $-10.00 >>>1 -08-Jan-01 January <Total> 0 0 -08-Jan-31 End of January <Total> 0 0 -08-Feb-01 February <Total> 0 0 +08-Jan-01 January Expenses:Books $10.00 $10.00 + Assets:Cash $-10.00 0 +08-Jan-01 January Expenses:One:Books $10.00 $10.00 + Expenses:One:Two:Books $10.00 $20.00 + Ex:One:Two:Three:Books $10.00 $30.00 + Assets:Cash $-30.00 0 +08-Jan-01 January Assets:Cash 0 0 + Income:Books 0 0 +08-Jan-01 January Assets:Cash $30.00 $30.00 + Income:One:Books $-10.00 $20.00 + Income:One:Two:Books $-10.00 $10.00 + In:One:Two:Three:Books $-10.00 0 >>>2 === 0 |