diff options
Diffstat (limited to 'test/baseline/opt-pricedb-format.test')
-rw-r--r-- | test/baseline/opt-pricedb-format.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/baseline/opt-pricedb-format.test b/test/baseline/opt-pricedb-format.test index 14ee22b5..c5238fe9 100644 --- a/test/baseline/opt-pricedb-format.test +++ b/test/baseline/opt-pricedb-format.test @@ -1,5 +1,3 @@ -pricedb --pricedb-format='P %(date) %(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 pricedb --pricedb-format='P %(date) %(scrub(display_amount))\n' P 2009/01/01 $10.00 P 2009/01/01 $20.00 P 2009/01/01 $30.00 P 2009/01/01 $40.00 P 2009/02/01 $50.00 +end test |