diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-21 00:12:22 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-21 00:12:22 -0400 |
commit | 23725ffafbbe1d4463f9cfd805f4f59f4c8a2591 (patch) | |
tree | e28681157228a09d0bf729edb1100591e93d052e /test/baseline/opt-actual.test | |
parent | 3c18d3054f36dec049809cbf3321eeeeadcf2349 (diff) | |
download | fork-ledger-23725ffafbbe1d4463f9cfd805f4f59f4c8a2591.tar.gz fork-ledger-23725ffafbbe1d4463f9cfd805f4f59f4c8a2591.tar.bz2 fork-ledger-23725ffafbbe1d4463f9cfd805f4f59f4c8a2591.zip |
Restored --forecast, now also --forecast-while
Diffstat (limited to 'test/baseline/opt-actual.test')
-rw-r--r-- | test/baseline/opt-actual.test | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/baseline/opt-actual.test b/test/baseline/opt-actual.test new file mode 100644 index 00000000..3b08e9b9 --- /dev/null +++ b/test/baseline/opt-actual.test @@ -0,0 +1,14 @@ +print --actual +<<< += account =~ /Books/ + Expenses:Taxes 0.05 + +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash $-10.00 +>>>1 +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash $-10.00 +>>>2 +=== 0 |