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-only.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-only.test')
-rw-r--r-- | test/baseline/opt-only.test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/baseline/opt-only.test b/test/baseline/opt-only.test index 9728edae..fccb804d 100644 --- a/test/baseline/opt-only.test +++ b/test/baseline/opt-only.test @@ -196,7 +196,6 @@ reg books --monthly --limit='amount > $100' 08-Dec-01 - 08-Dec-31 Expenses:Books $240.00 $460.00 09-Nov-01 - 09-Nov-30 Expenses:Books $220.00 $680.00 09-Dec-01 - 09-Dec-31 Expenses:Books $240.00 $920.00 ->>>2 === 0 reg books --monthly --only='amount > $100' >>>1 @@ -214,7 +213,6 @@ reg books --monthly --only='amount > $100' 09-Oct-01 - 09-Oct-31 Expenses:Books $200.00 $2060.00 09-Nov-01 - 09-Nov-30 Expenses:Books $220.00 $2280.00 09-Dec-01 - 09-Dec-31 Expenses:Books $240.00 $2520.00 ->>>2 === 0 reg books --monthly --display='amount > $100' >>>1 @@ -232,5 +230,3 @@ reg books --monthly --display='amount > $100' 09-Oct-01 - 09-Oct-31 Expenses:Books $200.00 $2660.00 09-Nov-01 - 09-Nov-30 Expenses:Books $220.00 $2880.00 09-Dec-01 - 09-Dec-31 Expenses:Books $240.00 $3120.00 ->>>2 -=== 0 |