diff options
Diffstat (limited to 'test/baseline/opt-plot-amount-format.test')
-rw-r--r-- | test/baseline/opt-plot-amount-format.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/baseline/opt-plot-amount-format.test b/test/baseline/opt-plot-amount-format.test index 3146ebba..9c18a6d5 100644 --- a/test/baseline/opt-plot-amount-format.test +++ b/test/baseline/opt-plot-amount-format.test @@ -1,8 +1,8 @@ -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 + +test reg -j --plot-amount-format='X %(format_date(date, "%Y-%m-%d")) Y %(quantity(scrub(display_amount)))\n' X 2007-02-02 Y 0.35 X 2007-02-02 Y -0.35 +end test |