diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-20 20:30:43 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-20 20:30:43 -0400 |
commit | 96ff798736cd06812fb7e463c14d6c356c8228e3 (patch) | |
tree | 7e61a411640d891cebaceba737a27ab2b6747a59 /test/baseline/opt-empty.test | |
parent | 8ed4f3562fc1ffbb3f393da603fcf45f7a0050b2 (diff) | |
download | fork-ledger-96ff798736cd06812fb7e463c14d6c356c8228e3.tar.gz fork-ledger-96ff798736cd06812fb7e463c14d6c356c8228e3.tar.bz2 fork-ledger-96ff798736cd06812fb7e463c14d6c356c8228e3.zip |
Added more option baseline tests
Diffstat (limited to 'test/baseline/opt-empty.test')
-rw-r--r-- | test/baseline/opt-empty.test | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/baseline/opt-empty.test b/test/baseline/opt-empty.test new file mode 100644 index 00000000..18b2bd32 --- /dev/null +++ b/test/baseline/opt-empty.test @@ -0,0 +1,19 @@ +reg --collapse --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] + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash +>>>1 +08-Jan-01 January <Total> 0 0 +08-Jan-31 End of January <Total> 0 0 +08-Feb-01 February <Total> 0 0 +>>>2 +=== 0 |