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-prepend-format.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-prepend-format.test')
-rw-r--r-- | test/baseline/opt-prepend-format.test | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/baseline/opt-prepend-format.test b/test/baseline/opt-prepend-format.test index 35b6e8d0..105930f1 100644 --- a/test/baseline/opt-prepend-format.test +++ b/test/baseline/opt-prepend-format.test @@ -1,17 +1,17 @@ -bal --prepend-format "%(account_base)" -<<< 2007/02/02 RD VMMXX Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 Income:Dividends:Vanguard:VMMXX $-0.35 ->>> + +test bal --prepend-format "%(account_base)" VMMXX 0.350 VMMXX Assets:Investments:Vanguard:VMMXX VMMXX $-0.35 Income:Dividends:Vanguard:VMMXX -------------------- $-0.35 0.350 VMMXX -=== 0 -reg --prepend-format "%(account_base)" ->>> +end test + +test reg --prepend-format "%(account_base)" VMMXX07-Feb-02 RD VMMXX As:Inves:Vanguar:VMMXX 0.350 VMMXX 0.350 VMMXX VMMXX In:Divid:Vanguar:VMMXX $-0.35 $-0.35 0.350 VMMXX +end test |