diff options
author | Michael Budde <mbudde@gmail.com> | 2018-01-25 19:21:53 +0100 |
---|---|---|
committer | Michael Budde <mbudde@gmail.com> | 2018-01-25 19:27:24 +0100 |
commit | 6b998aee1023112f27cd2d34d85b189714a944e0 (patch) | |
tree | 06b210f502cc76fda5b6f40ca187c4ff15f21935 /test/baseline/opt-prepend-format.test | |
parent | b3b72cbea23a69bcbf7a30ca34471c72c07370e4 (diff) | |
download | fork-ledger-6b998aee1023112f27cd2d34d85b189714a944e0.tar.gz fork-ledger-6b998aee1023112f27cd2d34d85b189714a944e0.tar.bz2 fork-ledger-6b998aee1023112f27cd2d34d85b189714a944e0.zip |
Add support for --prepend-format in accounts command
Add support for the `--prepend-format` and `--prepend-width` options in
the `accounts` command.
Diffstat (limited to 'test/baseline/opt-prepend-format.test')
-rw-r--r-- | test/baseline/opt-prepend-format.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/baseline/opt-prepend-format.test b/test/baseline/opt-prepend-format.test index 105930f1..de79d72e 100644 --- a/test/baseline/opt-prepend-format.test +++ b/test/baseline/opt-prepend-format.test @@ -15,3 +15,8 @@ VMMXX07-Feb-02 RD VMMXX As:Inves:Vanguar:VMMXX 0.350 VMMXX 0.350 VMMXX In:Divid:Vanguar:VMMXX $-0.35 $-0.35 0.350 VMMXX end test + +test accounts --prepend-format "%(account_base) " +VMMXX Assets:Investments:Vanguard:VMMXX +VMMXX Income:Dividends:Vanguard:VMMXX +end test |