summaryrefslogtreecommitdiff
path: root/test/baseline/opt-plot-total-format.test
blob: fe2870d1b84ebdd06950d0083f68863d8f9beb07 (plain)
1
2
3
4
5
6
7
8
2007/02/02 RD VMMXX
    Assets:Investments:Vanguard:VMMXX  0.350 VMMXX @ $1.00
    Income:Dividends:Vanguard:VMMXX        $-0.35

test reg -J --plot-total-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