diff options
Diffstat (limited to 'test/baseline/opt-csv-format.test')
-rw-r--r-- | test/baseline/opt-csv-format.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/baseline/opt-csv-format.test b/test/baseline/opt-csv-format.test index 19edaffb..09ccc935 100644 --- a/test/baseline/opt-csv-format.test +++ b/test/baseline/opt-csv-format.test @@ -1,8 +1,8 @@ -csv --csv-format='"%(date)"\n' -<<< 2007/02/02 RD VMMXX Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 Income:Dividends:Vanguard:VMMXX $-0.35 ->>>1 + +test csv --csv-format='"%(date)"\n' "2007/02/02" "2007/02/02" +end test |