diff options
author | John Wiegley <johnw@newartisans.com> | 2011-02-12 16:45:49 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-02-12 17:55:55 -0500 |
commit | 61f11bab1791dc0d0a308750f26414662e6f654d (patch) | |
tree | 3130f3dd550608734f58383201e1a0e3c76a7477 /test/baseline/opt-period.test | |
parent | c2b5b1a516cdc065d14047176116900d2bab867e (diff) | |
download | fork-ledger-61f11bab1791dc0d0a308750f26414662e6f654d.tar.gz fork-ledger-61f11bab1791dc0d0a308750f26414662e6f654d.tar.bz2 fork-ledger-61f11bab1791dc0d0a308750f26414662e6f654d.zip |
Removed needless "=== 0" and ">>>2" lines from test files
Diffstat (limited to 'test/baseline/opt-period.test')
-rw-r--r-- | test/baseline/opt-period.test | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/baseline/opt-period.test b/test/baseline/opt-period.test index 09e7e355..c471c5a2 100644 --- a/test/baseline/opt-period.test +++ b/test/baseline/opt-period.test @@ -246,14 +246,12 @@ reg -p "january 2008" 08-Jan-31 End of January Expenses:Books $10.00 $10.00 Liabilities:Cards $10.00 $20.00 Assets:Cash $-20.00 0 ->>>2 === 0 reg -p "monthly january 2008" >>>1 08-Jan-01 - 08-Jan-31 Assets:Cash $-40.00 $-40.00 Expenses:Books $20.00 $-20.00 Liabilities:Cards $20.00 0 ->>>2 === 0 reg -p "weekly january 2008" >>>1 @@ -263,14 +261,12 @@ reg -p "weekly january 2008" 08-Jan-29 - 08-Jan-31 Assets:Cash $-20.00 $-20.00 Expenses:Books $10.00 $-10.00 Liabilities:Cards $10.00 0 ->>>2 === 0 reg -p "yearly 2008" >>>1 08-Jan-01 - 08-Dec-31 Assets:Cash $-3120.00 $-3120.00 Expenses:Books $1560.00 $-1560.00 Liabilities:Cards $1560.00 0 ->>>2 === 0 reg -p "from 2009/11/01" >>>1 @@ -286,5 +282,3 @@ reg -p "from 2009/11/01" 09-Dec-31 End of December Expenses:Books $120.00 $120.00 Liabilities:Cards $120.00 $240.00 Assets:Cash $-240.00 0 ->>>2 -=== 0 |