From 8d97adec7bcba851dcf3e1d659767e7bf8de20ca Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 18 Jun 2009 16:08:43 +0100 Subject: Restored --plot-amount-format, --plot-total-format --- test/baseline/opt-plot-amount-format.test | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/baseline/opt-plot-amount-format.test (limited to 'test/baseline/opt-plot-amount-format.test') diff --git a/test/baseline/opt-plot-amount-format.test b/test/baseline/opt-plot-amount-format.test new file mode 100644 index 00000000..9c5484af --- /dev/null +++ b/test/baseline/opt-plot-amount-format.test @@ -0,0 +1,10 @@ +reg -j --plot-amount-format='X %(format_date(date, "%Y-%m-%d")) Y %(quantity(scrub(display_amount)))\n' +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +X 2007-02-02 Y 0.35 +X 2007-02-02 Y -0.35 +>>>2 +=== 0 -- cgit v1.2.3