diff options
author | John Wiegley <johnw@newartisans.com> | 2011-02-12 17:31:49 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-02-12 18:11:26 -0500 |
commit | 9c62463f84dc398b41b387fbacce31abed7e4839 (patch) | |
tree | ba73122f301f477b8a4174bd1c3ff27334709ad0 /test/baseline/opt-display-amount.test | |
parent | 512542552b3e3e78f610f3d3f2fd1c8169188324 (diff) | |
download | fork-ledger-9c62463f84dc398b41b387fbacce31abed7e4839.tar.gz fork-ledger-9c62463f84dc398b41b387fbacce31abed7e4839.tar.bz2 fork-ledger-9c62463f84dc398b41b387fbacce31abed7e4839.zip |
Changed testing format to aid with debugging
Diffstat (limited to 'test/baseline/opt-display-amount.test')
-rw-r--r-- | test/baseline/opt-display-amount.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/baseline/opt-display-amount.test b/test/baseline/opt-display-amount.test index e70fca29..3111c2ee 100644 --- a/test/baseline/opt-display-amount.test +++ b/test/baseline/opt-display-amount.test @@ -1,5 +1,3 @@ -reg --display-amount='amount * 10' books -<<< 2008/01/01 January Expenses:Books $10.00 Assets:Cash @@ -48,7 +46,8 @@ reg --display-amount='amount * 10' books Expenses:Books $20.00 Assets:Cash ->>>1 + +test reg --display-amount='amount * 10' books 08-Jan-01 January Expenses:Books $100.00 $10.00 08-Jan-01 End of January Expenses:Books $100.00 $20.00 08-Jan-01 January Expenses:Books $100.00 $30.00 @@ -61,3 +60,4 @@ reg --display-amount='amount * 10' books 08-Feb-01 End of February Expenses:Books $200.00 $140.00 08-Feb-01 February Expenses:Books $200.00 $160.00 08-Feb-01 End of February Expenses:Books $200.00 $180.00 +end test |