summaryrefslogtreecommitdiff
path: root/test/baseline/opt-prices-format.test
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2011-02-12 17:31:49 -0500
committerJohn Wiegley <johnw@newartisans.com>2011-02-12 18:11:26 -0500
commit9c62463f84dc398b41b387fbacce31abed7e4839 (patch)
treeba73122f301f477b8a4174bd1c3ff27334709ad0 /test/baseline/opt-prices-format.test
parent512542552b3e3e78f610f3d3f2fd1c8169188324 (diff)
downloadfork-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-prices-format.test')
-rw-r--r--test/baseline/opt-prices-format.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/baseline/opt-prices-format.test b/test/baseline/opt-prices-format.test
index 6f70ad23..6c8c0191 100644
--- a/test/baseline/opt-prices-format.test
+++ b/test/baseline/opt-prices-format.test
@@ -1,5 +1,3 @@
-prices --prices-format='%(datetime) %(scrub(display_amount))\n'
-<<<
D $1,000.00
P 2009/01/01 13:30:00 AAPL $10.00
@@ -11,9 +9,11 @@ P 2009/02/01 17:30:00 AAPL $50.00
2009/03/01 Purchase
Assets:Brokerage 100 AAPL
Income
->>>1
+
+test prices --prices-format='%(datetime) %(scrub(display_amount))\n'
2009/01/01 13:30:00 $10.00
2009/01/01 14:30:00 $20.00
2009/01/01 15:30:00 $30.00
2009/01/01 16:30:00 $40.00
2009/02/01 17:30:00 $50.00
+end test