From 9c62463f84dc398b41b387fbacce31abed7e4839 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 12 Feb 2011 17:31:49 -0500 Subject: Changed testing format to aid with debugging --- test/baseline/opt-prices-format.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/baseline/opt-prices-format.test') 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 -- cgit v1.2.3